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.
2 parents ab37099 + 472480c commit 8e00b71Copy full SHA for 8e00b71
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