Skip to content

Commit 20dbe3f

Browse files
committed
vim: handle column and dsohandle identifiers
1 parent 2b5059c commit 20dbe3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/vim/syntax/swift.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ syn match swiftDecimal contained
205205
\ /[0-9]\+/
206206

207207
syn match swiftPreproc
208-
\ /#\(\<file\>\|\<line\>\|\<function\>\)/
208+
\ /#\(\<column\>\|\<dsohandle\>\|\<file\>\|\<line\>\|\<function\>\)/
209209
syn match swiftPreproc
210210
\ /^\s*#\(\<if\>\|\<else\>\|\<elseif\>\|\<endif\>\|\<error\>\|\<warning\>\)/
211211
syn region swiftPreprocFalse

0 commit comments

Comments
 (0)