Revert "Revert "removed htmlNormal group""

This reverts commit 11115de747.
This commit is contained in:
ManjaroOne666 2018-03-14 11:42:29 +00:00
parent 11115de747
commit 374904a0da
1 changed files with 0 additions and 5 deletions

View File

@ -27,10 +27,6 @@ syn case ignore
" mark illegal characters
syn match htmlError "[<>&]"
if main_syntax == 'html' || main_syntax == 'php'
syn region htmlNormal start=".*" end=".*" contains=TOP,HtmlError,HtmlCommentError,htmlPreProcAttrError
endif
syn region htmlString contained start=+"+ end=+"+ contains=htmlSpecialChar,javaScriptExpression,@htmlPreproc keepend
syn region htmlString contained start=+'+ end=+'+ contains=htmlSpecialChar,javaScriptExpression,@htmlPreproc keepend
@ -320,7 +316,6 @@ if main_syntax == "html"
endif
" The default highlighting.
hi def link htmlNormal Normal
hi def link htmlTag Function
hi def link htmlEndTag Identifier
hi def link htmlArg Type