preservim / tagbar

Vim plugin that displays tags in a window, ordered by scope
https://preservim.github.io/tagbar
Other
6.09k stars 484 forks source link

HTML didn't work again #843

Open awelormro opened 1 year ago

awelormro commented 1 year ago

Hello, thanks for the awesome plugin! It works perfectly for all my another needs with Python, C++ and others, but I'm detecting in vim 9 that HTML tags are not appearing, also with css and JS, tested with universal ctags and vim 9.0

raven42 commented 1 year ago

can you verify if universal ctags outputs the correct tags for the file?

alerque commented 1 year ago

Also can you confirm what filetype VIM is detecting when you open an HTML file? One possibility is another plugin changing the file type to something else.

awelormro commented 1 year ago

Yes, it outputs the tags and yes, the filetype detected is html