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 2bf1913 + 65ae9cc commit 0e3fea3Copy full SHA for 0e3fea3
utils/vim/syntax/swift.vim
@@ -155,7 +155,7 @@ syn region swiftPreprocFalse start="^\s*#\<if\>\s\+\<false\>" end="^\s*#\(\<else
155
156
syn match swiftAttribute /@\<\w\+\>/ skipwhite nextgroup=swiftType
157
158
-syn keyword swiftTodo TODO FIXME contained
+syn keyword swiftTodo MARK TODO FIXME contained
159
160
syn match swiftCastOp "\<is\>" skipwhite nextgroup=swiftType
161
syn match swiftCastOp "\<as\>[!?]\?" skipwhite nextgroup=swiftType
0 commit comments