We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e880f22 commit e1faf51Copy full SHA for e1faf51
syntax/log.vim
@@ -85,7 +85,7 @@ syn match logXmlAttribute contained "\(\n\|\s\)\(\(\w\|-\)\+:\)\?\(\w\|-\)\+\
85
syn match logXmlNamespace contained "\(\w\|-\)\+:" contains=logOperator
86
syn region logXmlComment start=/<!--/ end=/-->/
87
syn match logXmlCData /<!\[CDATA\[.*\]\]>/
88
-syn match logXmlEntity /\&\w\+;/
+syn match logXmlEntity /&#\?\w\+;/
89
90
91
" Levels
0 commit comments