Skip to content

Commit b0c3c14

Browse files
Added docs
1 parent 03d1393 commit b0c3c14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/CodeEditTextView/Extensions/CharacterSet.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import Foundation
99

1010
extension CharacterSet {
11+
/// Returns a character set containing the characters in common in code names
1112
static let codeIdentifierCharacters: CharacterSet = .alphanumerics
1213
.union(.init(charactersIn: "_"))
1314
}

0 commit comments

Comments
 (0)