nvim-treesitter / playground

Treesitter playground integrated into Neovim
Apache License 2.0
897 stars 47 forks source link

fix: rename ts_utils.is_in_node_range -> vim.treesitter.is_in_node_range #115

Closed yutkat closed 1 year ago

yutkat commented 1 year ago

fix: https://github.com/nvim-treesitter/nvim-treesitter/pull/4300

theHamsta commented 1 year ago

Needs to remove unused import after change.

yutkat commented 1 year ago

Sorry, Fixed.

theHamsta commented 1 year ago

Thank you!