kylechui / nvim-surround

Add/change/delete surrounding delimiter pairs with ease. Written with :heart: in Lua.
MIT License
3.15k stars 63 forks source link

fix: Use vim.treesitter.query.parse() to avoid deprecation warning #228

Closed yutkat closed 1 year ago

yutkat commented 1 year ago

fix: https://github.com/neovim/neovim/pull/22761

kylechui commented 1 year ago

Thanks for the fix!