We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128f153 commit b256548Copy full SHA for b256548
1 file changed
syntax/javascript.vim
@@ -209,7 +209,6 @@ else
209
syntax match jsFunction /\<function\>/ nextgroup=jsFuncName,jsFuncArgs skipwhite
210
endif
211
212
-syntax match jsOpAssign /=\@<!=/ nextgroup=jsFuncBlock skipwhite skipempty
213
syntax match jsFuncName contained /\<[a-zA-Z_$][0-9a-zA-Z_$]*/ nextgroup=jsFuncArgs skipwhite
214
syntax region jsFuncArgs contained matchgroup=jsFuncParens start='(' end=')' contains=jsFuncArgCommas nextgroup=jsFuncBlock keepend skipwhite
215
syntax match jsFuncArgCommas contained ','
0 commit comments