mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
chore: deprecate ts_utils.get_node_text
This commit is contained in:
parent
21ac88b955
commit
c3848e713a
4 changed files with 14 additions and 36 deletions
|
|
@ -1,7 +1,3 @@
|
|||
if not pcall(require, "vim.treesitter.languagetree") then
|
||||
error "nvim-treesitter requires a more recent Neovim nightly version!"
|
||||
end
|
||||
|
||||
local install = require "nvim-treesitter.install"
|
||||
local utils = require "nvim-treesitter.utils"
|
||||
local ts_utils = require "nvim-treesitter.ts_utils"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue