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.
fileprivate
1 parent 4b566df commit 504035cCopy full SHA for 504035c
utils/swift-mode.el
@@ -41,7 +41,7 @@
41
;; Integer literals
42
'("\\b[-]?[0-9]+\\b" . font-lock-preprocessor-face)
43
;; Decl and type keywords
44
- `(,(regexp-opt '("class" "init" "deinit" "extension" "func"
+ `(,(regexp-opt '("class" "init" "deinit" "extension" "fileprivate" "func"
45
"import" "let" "protocol" "static" "struct" "subscript"
46
"typealias" "enum" "var" "lazy" "where"
47
"private" "public" "internal" "override" "throws")
0 commit comments