You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I don't quite understand what's the issue here. Can you use the playground to reproduce the issue? And if it's reproducible there, can you post your input as text and the desired output? As a side note, tree-sitter-vue is a parser that only parses the vue-specific parts, the embedded parts are not parsed here, e.g., the content in <script>/<style> and the js expression/statement in the <template> section.
Comments aren't working fine with treesitter with comment plugins
I'm not sure if this is an issue to be reported here or in https://github.com/tomtom/tcomment_vim
so I'll post in both sites
neovim + treesitter commenting the same in html, js
Debug info:
:echo tcomment#debug#CollectInfo()
on template section:
on js section:
vim + polyglot works fine!
on template part:
on js part:
The text was updated successfully, but these errors were encountered: