Closed schumskie closed 6 years ago
I use VueBootstrap, and there all tags starts with 'b-something', so parser recognize it as 'b' tag, resulting that text inside tag is bold. I wonder if you could fix this :)
Thanks
This is default behavior from Vim runtime. I think you can add one line in vimrc to disable it:
let g:html_no_rendering = 1
Yup that solved problem partially. I guess I’ll have to report bug there
I use VueBootstrap, and there all tags starts with 'b-something', so parser recognize it as 'b' tag, resulting that text inside tag is bold. I wonder if you could fix this :)
Thanks