removed htmlNormal group

This commit is contained in:
ManjaroOne666 2018-03-14 10:36:36 +00:00
parent eaa11a6ac9
commit 498d4c54c5
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