Skip to content

Commit 504035c

Browse files
committed
[swift-mode] Add fileprivate keyword.
1 parent 4b566df commit 504035c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
;; Integer literals
4242
'("\\b[-]?[0-9]+\\b" . font-lock-preprocessor-face)
4343
;; Decl and type keywords
44-
`(,(regexp-opt '("class" "init" "deinit" "extension" "func"
44+
`(,(regexp-opt '("class" "init" "deinit" "extension" "fileprivate" "func"
4545
"import" "let" "protocol" "static" "struct" "subscript"
4646
"typealias" "enum" "var" "lazy" "where"
4747
"private" "public" "internal" "override" "throws")

0 commit comments

Comments
 (0)