Skip to content

Commit 05ed3a0

Browse files
committed
Merge pull request pangloss#109 from pangloss/remove-jsopassign
Removes obsolete jsOpAssign
2 parents 154affe + b256548 commit 05ed3a0

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
@@ -210,7 +210,6 @@ else
210210
syntax match jsFunction /\<function\>/ nextgroup=jsFuncName,jsFuncArgs skipwhite
211211
endif
212212

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

0 commit comments

Comments
 (0)