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.
2 parents 1d21b4e + 124eb1e commit 491732bCopy full SHA for 491732b
utils/swift-mode.el
@@ -44,7 +44,8 @@
44
`(,(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")
+ "private" "public" "internal" "override" "throws"
48
+ "open" "associatedtype")
49
'words) . font-lock-keyword-face)
50
;; Statements
51
`(,(regexp-opt '("if" "guard" "in" "else" "for" "do" "repeat" "while" "return"
0 commit comments