MTDL9 / vim-log-highlighting

Syntax highlighting for generic log files in VIM
MIT License
229 stars 40 forks source link

XML tags containing single quote attributes are not highlighted properly #2

Closed MTDL9 closed 5 years ago

MTDL9 commented 5 years ago

XML highlighting does not work correctly for tags that use single quotes instead of double quotes when specifying attributes.

This example is highlighted properly:

<element attr="value">

While this example is not:

<element attr='value'>
MTDL9 commented 5 years ago

Fixed in commit https://github.com/MTDL9/vim-log-highlighting/commit/09a272bb66a7eb323b87d9201c82da93043fe478