File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,16 @@ syntax keyword swiftStructure
200
200
\ struct
201
201
\ enum
202
202
203
+ syntax keyword swiftDebugIdentifier
204
+ \ #column
205
+ \ #file
206
+ \ #function
207
+ \ #line
208
+ \ __COLUMN__
209
+ \ __FILE__
210
+ \ __FUNCTION__
211
+ \ __LINE__
212
+
203
213
syntax region swiftTypeWrapper start =" \v :\s *" skip =" \s *,\s *$*\s *" end =" $\| /" me =e - 1 contains =ALLBUT,swiftInterpolatedWrapper transparent
204
214
syntax region swiftGenericsWrapper start =" \v\< " end =" \v\> " contains =swiftType transparent oneline
205
215
syntax region swiftLiteralWrapper start =" \v\=\s *" skip =" \v [^\[\] ]\(\) " end =" \v (\[\] |\(\) )" contains =ALL transparent oneline
@@ -252,6 +262,7 @@ highlight default link swiftConditionStatement PreProc
252
262
highlight default link swiftAvailability Normal
253
263
highlight default link swiftAvailabilityArg Normal
254
264
highlight default link swiftPlatforms Keyword
265
+ highlight default link swiftDebugIdentifier PreProc
255
266
256
267
" Force vim to sync at least x lines. This solves the multiline comment not
257
268
" being highlighted issue
You can’t perform that action at this time.
0 commit comments