File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,21 +97,20 @@ syntax match jsFloat /\<-\=\%(\d\+\.\d\+\|\d\+\.\|\.\d\+\)\%([eE][+-
9797syntax match jsObjectKey / \< [a-zA-Z_$][0-9a-zA-Z_$]*\(\s *:\)\@ =/ contains =jsFunctionKey
9898syntax match jsFunctionKey / \< [a-zA-Z_$][0-9a-zA-Z_$]*\(\s *:\s *function\s *\)\@ =/ contained
9999
100- " " JavaScript Prototype
101- syntax keyword jsPrototype prototype
102-
103100if g: javascript_conceal == 1
104101 syntax keyword jsNull null conceal cchar =ø
105102 syntax keyword jsThis this conceal cchar =@
106103 syntax keyword jsReturn return conceal cchar =⇚
107104 syntax keyword jsUndefined undefined conceal cchar =¿
108105 syntax keyword jsNan NaN conceal cchar =ℕ
106+ syntax keyword jsPrototype prototype conceal cchar =¶
109107else
110108 syntax keyword jsNull null
111109 syntax keyword jsThis this
112110 syntax keyword jsReturn return
113111 syntax keyword jsUndefined undefined
114112 syntax keyword jsNan NaN
113+ syntax keyword jsPrototype prototype
115114endif
116115
117116" " Statement Keywords
You can’t perform that action at this time.
0 commit comments