File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -204,9 +204,9 @@ syntax keyword typescriptFuncKeyword function
|
204 | 204 |
|
205 | 205 | syn match typescriptBraces "[{}\[\]]"
|
206 | 206 | syn match typescriptParens "[()]"
|
207 |
| -syn match typescriptOpSymbols "=\{1,3}\|!==\|!=\|<\|>\|>=\|<=\|++\|+=\|--\|-=" |
208 | 207 | syn match typescriptEndColons "[;,]"
|
209 | 208 | syn match typescriptLogicSymbols "\(&&\)\|\(||\)\|\(!\)"
|
| 209 | +syn match typescriptOpSymbols "=\{1,3}\|!==\|!=\|<\|>\|>=\|<=\|++\|+=\|--\|-=" |
210 | 210 |
|
211 | 211 | " typescriptFold Function {{{
|
212 | 212 |
|
|
You can’t perform that action at this time.
0 commit comments