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 027195c + a5bd00e commit 97811feCopy full SHA for 97811fe
utils/swift-mode.el
@@ -43,7 +43,7 @@
43
;; Decl and type keywords
44
`(,(regexp-opt '("class" "init" "deinit" "extension" "func"
45
"import" "let" "protocol" "static" "struct" "subscript"
46
- "typealias" "enum" "var" "where"
+ "typealias" "enum" "var" "lazy" "where"
47
"private" "public" "internal" "override" "throws")
48
'words) . font-lock-keyword-face)
49
;; Statements
0 commit comments