Skip to content

Commit a6f71af

Browse files
committed
remove redundant prototype declaration
1 parent d52f899 commit a6f71af

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

syntax/javascript.vim

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ syntax match jsFloat /\<-\=\%(\d\+\.\d\+\|\d\+\.\|\.\d\+\)\%([eE][+-
9797
syntax match jsObjectKey /\<[a-zA-Z_$][0-9a-zA-Z_$]*\(\s*:\)\@=/ contains=jsFunctionKey
9898
syntax match jsFunctionKey /\<[a-zA-Z_$][0-9a-zA-Z_$]*\(\s*:\s*function\s*\)\@=/ contained
9999

100-
"" JavaScript Prototype
101-
syntax keyword jsPrototype prototype
102-
103100
if g:javascript_conceal == 1
104101
syntax keyword jsNull null conceal cchar=ø
105102
syntax keyword jsThis this conceal cchar=@

0 commit comments

Comments
 (0)