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 3a863c4 + 3494a23 commit 6589897Copy full SHA for 6589897
utils/vim/syntax/swift.vim
@@ -180,9 +180,9 @@ syn region swiftString contains=swiftInterpolationRegion
180
\ start=/"/ skip=/\\\\\|\\"/ end=/"/
181
syn region swiftInterpolationRegion contained contains=TOP
182
\ matchgroup=swiftInterpolation start=/\\(/ end=/)/
183
-syn region swiftComment contains=swiftComment,swiftLineComment,swiftTodo
+syn region swiftComment contains=swiftComment,swiftTodo
184
\ start="/\*" end="\*/"
185
-syn region swiftLineComment contains=swiftComment,swiftTodo
+syn region swiftLineComment contains=swiftTodo
186
\ start="//" end="$"
187
188
syn match swiftDecimal
0 commit comments