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 fb99330 commit 75b5c11Copy full SHA for 75b5c11
utils/vim/syntax/swift.vim
@@ -158,7 +158,7 @@ syn match swiftOperator "\.\.[<.]" skipwhite nextgroup=swiftTypeParameters
158
159
syn match swiftChar /'\([^'\\]\|\\\(["'tnr0\\]\|x[0-9a-fA-F]\{2}\|u[0-9a-fA-F]\{4}\|U[0-9a-fA-F]\{8}\)\)'/
160
161
-syn match swiftTupleIndexNumber nextgroup=swiftTupleIndexNumber contains=swiftDecimal
+syn match swiftTupleIndexNumber contains=swiftDecimal
162
\ /\.[0-9]\+/
163
syn match swiftDecimal contained
164
\ /[0-9]\+/
0 commit comments