leafOfTree / vim-vue-plugin

Vim syntax and indent plugin for .vue files
The Unlicense
177 stars 9 forks source link

v-else without value breaks highlighting #11

Closed amerov closed 5 years ago

amerov commented 5 years ago

Screenshot from 2019-06-20 00-43-06

leafOfTree commented 5 years ago

Thank you for feedback. v-else directive was missed before.

leafOfTree commented 5 years ago

Syntax match regexp is improved. The highlighting should be ok now.

amerov commented 5 years ago

Syntax match regexp is improved. The highlighting should be ok now. :+1: