Skip to content

Commit 9f247d7

Browse files
authored
Merge pull request #179 from z0rzi/patch-1
exclamation character wrong group
2 parents 90405bb + 1557953 commit 9f247d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/typescript.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ syntax keyword typescriptFuncKeyword function
205205

206206
syn match typescriptBraces "[{}\[\]]"
207207
syn match typescriptParens "[()]"
208-
syn match typescriptOpSymbols "=\{1,3}\|!==\|!=\|<\|>\|>=\|<=\|++\|+=\|--\|-="
209208
syn match typescriptEndColons "[;,]"
210209
syn match typescriptLogicSymbols "\(&&\)\|\(||\)\|\(!\)"
210+
syn match typescriptOpSymbols "=\{1,3}\|!==\|!=\|<\|>\|>=\|<=\|++\|+=\|--\|-="
211211

212212
" typescriptFold Function {{{
213213

0 commit comments

Comments
 (0)