Skip to content

Commit 5b67513

Browse files
author
Keith Smiley
authored
Merge pull request #128 from harlanhaskins/caution-tape
Add #warning and #error to Syntax file
2 parents d0b46df + a7bd522 commit 5b67513

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

syntax/swift.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ syntax keyword swiftPreprocessor
239239
\ #else
240240
\ #endif
241241
\ #selector
242+
\ #warning
243+
\ #error
242244

243245

244246
" Comment patterns

0 commit comments

Comments
 (0)