File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ syntax keyword typescriptFuncKeyword function
204204

205205
syn match typescriptBraces "[{}\[\]]"
206206
syn match typescriptParens "[()]"
207-
syn match typescriptOpSymbols "=\{1,3}\|!==\|!=\|<\|>\|>=\|<=\|++\|+=\|--\|-="
208207
syn match typescriptEndColons "[;,]"
209208
syn match typescriptLogicSymbols "\(&&\)\|\(||\)\|\(!\)"
209+
syn match typescriptOpSymbols "=\{1,3}\|!==\|!=\|<\|>\|>=\|<=\|++\|+=\|--\|-="
210210

211211
" typescriptFold Function {{{
212212

0 commit comments

Comments
 (0)