mirror of
https://github.com/amix/vimrc
synced 2025-07-08 01:25:00 +08:00
Revert "Merge from original repo"
This commit is contained in:
@ -28,7 +28,7 @@ syntax match jsNoise /[:;]/
|
||||
syntax match jsNoise /,/ skipwhite skipempty nextgroup=@jsExpression
|
||||
syntax match jsDot /\./ skipwhite skipempty nextgroup=jsObjectProp,jsFuncCall,jsPrototype,jsTaggedTemplate
|
||||
syntax match jsObjectProp contained /\<\K\k*/
|
||||
syntax match jsFuncCall /\<\K\k*\ze[\s\n]*(/
|
||||
syntax match jsFuncCall /\<\K\k*\ze\s*(/
|
||||
syntax match jsParensError /[)}\]]/
|
||||
|
||||
" Program Keywords
|
||||
|
Reference in New Issue
Block a user