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 49cb76a commit 94f06c0Copy full SHA for 94f06c0
utils/swift-mode.el
@@ -51,7 +51,7 @@
51
`("\\b\\(?:[^a-zA-Z_0-9]*\\)\\(get\\|set\\)\\(?:[^a-zA-Z_0-9]*\\)\\b" 1 font-lock-keyword-face)
52
`(,(regexp-opt '("willSet" "didSet") 'words) . font-lock-keyword-face)
53
;; Operators
54
- `("\\b\\(\\(pre\\|post\\|in\\)fix\\s-+\\)operator\\b" . font-lock-keyword-face)
+ `("\\b\\(?:\\(?:pre\\|post\\|in\\)fix\\s-+\\)operator\\b" . font-lock-keyword-face)
55
;; Infix operator attributes
56
`(,(regexp-opt '("precedence" "associativity" "left" "right" "none")
57
'words) . font-lock-keyword-face)
0 commit comments