Skip to content

Commit d52f899

Browse files
committed
feature(conceal): add prototype to the list of conceals
1 parent 53b5082 commit d52f899

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

syntax/javascript.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,14 @@ if g:javascript_conceal == 1
106106
syntax keyword jsReturn return conceal cchar=
107107
syntax keyword jsUndefined undefined conceal cchar=¿
108108
syntax keyword jsNan NaN conceal cchar=
109+
syntax keyword jsPrototype prototype conceal cchar=
109110
else
110111
syntax keyword jsNull null
111112
syntax keyword jsThis this
112113
syntax keyword jsReturn return
113114
syntax keyword jsUndefined undefined
114115
syntax keyword jsNan NaN
116+
syntax keyword jsPrototype prototype
115117
endif
116118

117119
"" Statement Keywords

0 commit comments

Comments
 (0)