leafOfTree/vim-vue-plugin

no syntax highlighting after </template>

maciejg-git opened this issue · 7 comments

vim-vue
:echo GetVueTag() return empty after </template> inside template.

Hi, thank you for the timely report. It's caused by the upgrade. I've adjusted the syntax pattern to fix it. Please update and see if it works.

vue
Thanks for the fix. I updated and still have some issues with nested templates. I'm using Neovim 5.0-dev.
Edit: I made some tests and it works without new lines.
test

Having the same issue as well having just installed the plugin.

Hey, folks.
I only checked the situation without newlines last time. Now I've used a more strict syntax pattern to avoid this problem. Please check it out.

Screen Shot 2021-03-31 at 6 55 30 PM

It works perfectly now, thanks for the update!
Still need to experiment a little bit with the syntax options to tweak it but loving it so far 💯

It works now, thanks.

Great.