Skip to content

Commit b256548

Browse files
committed
Removing jsOpAssign
I believe this may be some hold over from older theme settings, and it gets in the way of jsOperator.
1 parent 128f153 commit b256548

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

syntax/javascript.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ else
209209
syntax match jsFunction /\<function\>/ nextgroup=jsFuncName,jsFuncArgs skipwhite
210210
endif
211211

212-
syntax match jsOpAssign /=\@<!=/ nextgroup=jsFuncBlock skipwhite skipempty
213212
syntax match jsFuncName contained /\<[a-zA-Z_$][0-9a-zA-Z_$]*/ nextgroup=jsFuncArgs skipwhite
214213
syntax region jsFuncArgs contained matchgroup=jsFuncParens start='(' end=')' contains=jsFuncArgCommas nextgroup=jsFuncBlock keepend skipwhite
215214
syntax match jsFuncArgCommas contained ','

0 commit comments

Comments
 (0)