File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -186,11 +186,9 @@ syntax region jsDestructuringPropertyComputed contained matchgroup=jsBrackets
186186
187187" Comments
188188syntax keyword jsCommentTodo contained TODO FIXME XXX TBD
189- syntax region jsComment start =+ \/\/ + end =+ $+ contains =jsCommentTodo,@Spell extend keepend
190- syntax region jsComment start =+ ^\s *\/\/ + skip =+ \n\s *\/\/ + end =+ $+ contains =jsCommentTodo,@Spell fold extend keepend
191- syntax region jsComment start =" /\* " end =" \* /" contains =jsCommentTodo,jsCvsTag,@Spell fold extend keepend
192- syntax region jsEnvComment start =" \% ^#!" end =" $" display
193- syntax region jsCvsTag contained start =" \$\c id:" end =" \$ " oneline
189+ syntax region jsComment start =/ \/\/ / end =/ $/ contains =jsCommentTodo,@Spell extend keepend
190+ syntax region jsComment start =/ \/\* / end =/ \*\/ / contains =jsCommentTodo,@Spell fold extend keepend
191+ syntax region jsEnvComment start =/ \% ^#!/ end =/ $/ display
194192
195193if exists (" javascript_plugin_jsdoc" )
196194 runtime extras/jsdoc.vim
@@ -220,7 +218,6 @@ if version >= 508 || !exists("did_javascript_syn_inits")
220218 HiLink jsComment Comment
221219 HiLink jsEnvComment PreProc
222220 HiLink jsCommentTodo Todo
223- HiLink jsCvsTag Function
224221 HiLink jsString String
225222 HiLink jsObjectKeyString String
226223 HiLink jsTemplateString String
You can’t perform that action at this time.
0 commit comments