mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
Update documentation for new modules 'refactor'/'textobjects'
This commit is contained in:
parent
5e83307a43
commit
d351c9b342
3 changed files with 72 additions and 2 deletions
|
|
@ -27,7 +27,6 @@ function M.select_textobject(query_string)
|
|||
local root = parser:parse():root()
|
||||
local start_row, _, end_row, _ = root:range()
|
||||
|
||||
local nested = {}
|
||||
local query = ts.parse_query(lang, query_string)
|
||||
for m in queries.iter_prepared_matches(query, root, bufnr, start_row, end_row) do
|
||||
for _, n in pairs(m) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue