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.
1 parent 694b153 commit 472480cCopy full SHA for 472480c
utils/vim/syntax/swift.vim
@@ -144,7 +144,7 @@ syn match swiftKeyword
144
syn region swiftCaseLabelRegion
145
\ matchgroup=swiftKeyword start=/\<case\>/ matchgroup=Delimiter end=/:/ oneline contains=TOP
146
syn region swiftDefaultLabelRegion
147
- \ matchgroup=swiftKeyword start=/\<default\>/ matchgroup=Delimiter end=/:/
+ \ matchgroup=swiftKeyword start=/\<default\>/ matchgroup=Delimiter end=/:/ oneline
148
149
syn region swiftParenthesisRegion matchgroup=NONE start=/(/ end=/)/ contains=TOP
150
0 commit comments