Skip to content

Commit 491732b

Browse files
authored
Merge pull request #3979 from njiang8/patch-1
Add keywords "open" and "associatedtype"
2 parents 1d21b4e + 124eb1e commit 491732b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/swift-mode.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
`(,(regexp-opt '("class" "init" "deinit" "extension" "fileprivate" "func"
4545
"import" "let" "protocol" "static" "struct" "subscript"
4646
"typealias" "enum" "var" "lazy" "where"
47-
"private" "public" "internal" "override" "throws")
47+
"private" "public" "internal" "override" "throws"
48+
"open" "associatedtype")
4849
'words) . font-lock-keyword-face)
4950
;; Statements
5051
`(,(regexp-opt '("if" "guard" "in" "else" "for" "do" "repeat" "while" "return"

0 commit comments

Comments
 (0)