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 90405bb + 1557953 commit 9f247d7Copy full SHA for 9f247d7
syntax/typescript.vim
@@ -205,9 +205,9 @@ syntax keyword typescriptFuncKeyword function
205
206
syn match typescriptBraces "[{}\[\]]"
207
syn match typescriptParens "[()]"
208
-syn match typescriptOpSymbols "=\{1,3}\|!==\|!=\|<\|>\|>=\|<=\|++\|+=\|--\|-="
209
syn match typescriptEndColons "[;,]"
210
syn match typescriptLogicSymbols "\(&&\)\|\(||\)\|\(!\)"
+syn match typescriptOpSymbols "=\{1,3}\|!==\|!=\|<\|>\|>=\|<=\|++\|+=\|--\|-="
211
212
" typescriptFold Function {{{
213
0 commit comments