highlighting

This commit is contained in:
ManjaroOne666 2017-09-28 10:03:51 +01:00
parent d8198417ac
commit 4e0e012f3f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ syn case ignore
" mark illegal characters
syn match htmlError "[<>&]"
if main_syntax == 'html'
if main_syntax == 'html' || main_syntax == 'php'
syn region htmlNormal start=".*" end=".*" contains=TOP,HtmlError,HtmlCommentError,htmlPreProcAttrError
endif