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.
1 parent ddddc88 commit 35c55f3Copy full SHA for 35c55f3
utils/swift-mode.el
@@ -41,7 +41,7 @@
41
"private" "public" "internal" "override")
42
'words) . font-lock-keyword-face)
43
;; Statements
44
- `(,(regexp-opt '("if" "unless" "in" "else" "for" "do" "repeat" "while" "return"
+ `(,(regexp-opt '("if" "guard" "in" "else" "for" "do" "repeat" "while" "return"
45
"break" "continue" "switch" "case" "throw" "try")
46
47
;; Expressions
0 commit comments