Skip to content
Snippets Groups Projects
Commit 311dc17d authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

Update for jsp syntax file.

parent d3dd2665
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ unlet b:current_syntax
syn case match
" Include Java syntax
syn include @jspJava <sfile>:p:h/java.vim
syn include @jspJava syntax/java.vim
syn region jspScriptlet matchgroup=jspTag start=/<%/ keepend end=/%>/ contains=@jspJava
syn region jspComment start=/<%--/ end=/--%>/
......@@ -48,7 +48,8 @@ syn keyword jspCommandArg contained code codebase name archive align height
syn keyword jspCommandArg contained width hspace vspace jreversion nspluginurl iepluginurl
" Redefine htmlTag so that it can contain jspExpr
syn region htmlTag start=+<[^/%]+ end=+>+ contains=htmlTagN,htmlString,htmlArg,htmlValue,htmlTagError,htmlEvent,htmlCssDefinition,@htmlPreproc,@htmlArgCluster,jspExpr
syn clear htmlTag
syn region htmlTag start=+<[^/%]+ end=+>+ contains=htmlTagN,htmlString,htmlArg,htmlValue,htmlTagError,htmlEvent,htmlCssDefinition,@htmlPreproc,@htmlArgCluster,jspExpr,javaScript
" Define the default highlighting.
" For version 5.7 and earlier: only when not done already
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment