diff --git a/syntax/log.vim b/syntax/log.vim index 8934ef7..2614437 100644 --- a/syntax/log.vim +++ b/syntax/log.vim @@ -85,7 +85,7 @@ syn match logXmlAttribute contained "\(\n\|\s\)\(\(\w\|-\)\+:\)\?\(\w\|-\)\+\ syn match logXmlNamespace contained "\(\w\|-\)\+:" contains=logOperator syn region logXmlComment start=// syn match logXmlCData // -syn match logXmlEntity /\&\w\+;/ +syn match logXmlEntity /&#\?\w\+;/ " Levels