We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b5082 commit d52f899Copy full SHA for d52f899
1 file changed
syntax/javascript.vim
@@ -106,12 +106,14 @@ if g:javascript_conceal == 1
106
syntax keyword jsReturn return conceal cchar=⇚
107
syntax keyword jsUndefined undefined conceal cchar=¿
108
syntax keyword jsNan NaN conceal cchar=ℕ
109
+ syntax keyword jsPrototype prototype conceal cchar=¶
110
else
111
syntax keyword jsNull null
112
syntax keyword jsThis this
113
syntax keyword jsReturn return
114
syntax keyword jsUndefined undefined
115
syntax keyword jsNan NaN
116
+ syntax keyword jsPrototype prototype
117
endif
118
119
"" Statement Keywords
0 commit comments