Skip to content

Commit a5bd00e

Browse files
committed
Add lazy keyword to font-lock-keyword-face
1 parent 1171ed7 commit a5bd00e

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
@@ -43,7 +43,7 @@
4343
;; Decl and type keywords
4444
`(,(regexp-opt '("class" "init" "deinit" "extension" "func"
4545
"import" "let" "protocol" "static" "struct" "subscript"
46-
"typealias" "enum" "var" "where"
46+
"typealias" "enum" "var" "lazy" "where"
4747
"private" "public" "internal" "override" "throws")
4848
'words) . font-lock-keyword-face)
4949
;; Statements

0 commit comments

Comments
 (0)