windwp / nvim-ts-autotag

Use treesitter to auto close and auto rename html tag
MIT License
1.63k stars 87 forks source link

fix: `vim.treesitter.query.get_node_text` deprecated #97

Closed theSafdarAwan closed 1 year ago

theSafdarAwan commented 1 year ago

vim.treesitter.query.get_node_text is deprecated. Use vim.treesitter.get_node_text instead.