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