MTDL9 / vim-log-highlighting

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

error with a 's' at the end of the word #13

Open emmtte opened 3 years ago

emmtte commented 3 years ago

Hi, I use your great plugin. But little bug don't show correctly the colors

Ex: msg:'test test' work great but msg:'tests test' not show the right color after the first word 'tests' If a word end with a 's' color is interupted

What can we do?