nvim-ts-autotag
nvim-ts-autotag copied to clipboard
Use treesitter to auto close and auto rename html tag
 I noticed some weird behavior when trying to insert self closing tags in JSX. After placing the trailing slash autotag inserts the tag name after it for some...
autotag is not working in html files containing tag with javascript parser installed 
Currently if I have a tag and try to change it with `x` if I made a typo, it does not update the closing tag. example (cursor: `|`) ```html ```...
Hello, I'm experiencing an issue with the nvim-ts-autotag plugin where the autocompletion feature is not correctly expanding self-closing tags. ## Current Behavior: When I type `
Is this expected? Are there workarounds/solutions? Thank you for this package 🙏 
Example: ```html some content
Hello, renaming tags does not work in XML files: https://github.com/user-attachments/assets/a0c9e701-3b84-464e-966b-6f5816e562c3 My nvim-ts-autotag config: ``` require('nvim-ts-autotag').setup { opts = { -- Defaults enable_close = true, -- Auto close tags enable_rename =...
See title. There's been several tickets auto closed by stale bot.
To cut down on issues opening with "x thing doesn't work" and similar explanations, it would be good to add a simple issue template with a minimal init to demonstrate...
Would it possible/particularly difficult to implement behaviour that would automatically transform `