We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d1393 commit b0c3c14Copy full SHA for b0c3c14
Sources/CodeEditTextView/Extensions/CharacterSet.swift
@@ -8,6 +8,7 @@
8
import Foundation
9
10
extension CharacterSet {
11
+ /// Returns a character set containing the characters in common in code names
12
static let codeIdentifierCharacters: CharacterSet = .alphanumerics
13
.union(.init(charactersIn: "_"))
14
}
0 commit comments