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 cf1ece1 commit 8b1a234Copy full SHA for 8b1a234
utils/swift-mode.el
@@ -53,8 +53,8 @@
53
;; Operators
54
`("\\b\\(?:\\(?:pre\\|post\\|in\\)fix\\s-+\\)operator\\b" . font-lock-keyword-face)
55
;; Keywords that begin with a number sign
56
- `("#\\(available\\|else\\|elseif\\|end\\|if\\)\\b" . font-lock-string-face)
57
- `("#\\(column\\|file\\|function\\|line\\|selector\\)\\b" . font-lock-keyword-face)
+ `("#\\(if\\|endif\\|elseif\\|else\\|available\\)\\b" . font-lock-string-face)
+ `("#\\(file\\|line\\|column\\|function\\|selector\\)\\b" . font-lock-keyword-face)
58
;; Infix operator attributes
59
`(,(regexp-opt '("precedence" "associativity" "left" "right" "none")
60
'words) . font-lock-keyword-face)
0 commit comments