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.
column
dsohandle
1 parent 2b5059c commit 20dbe3fCopy full SHA for 20dbe3f
utils/vim/syntax/swift.vim
@@ -205,7 +205,7 @@ syn match swiftDecimal contained
205
\ /[0-9]\+/
206
207
syn match swiftPreproc
208
- \ /#\(\<file\>\|\<line\>\|\<function\>\)/
+ \ /#\(\<column\>\|\<dsohandle\>\|\<file\>\|\<line\>\|\<function\>\)/
209
210
\ /^\s*#\(\<if\>\|\<else\>\|\<elseif\>\|\<endif\>\|\<error\>\|\<warning\>\)/
211
syn region swiftPreprocFalse
0 commit comments