neovim/runtime/lua/vim/treesitter
Mathias Fußenegger 1f3c0593eb
feat(ts): add support for multiline nodes in get_node_text (#14999)
Based on https://github.com/neovim/neovim/pull/14445

This extends `vim.treesitter.query.get_node_text` to return the text
that spans a node's range even if start_row ~= end_row.
2021-12-12 12:05:39 +01:00
..
health.lua fix(healthcheck): update builtins to the new convention #15914 2021-10-05 05:05:33 -07:00
highlighter.lua docs: make Lua docstrings consistent #15255 2021-08-22 13:55:28 -07:00
language.lua chore: fix typos (#16361) 2021-11-27 11:10:48 -05:00
languagetree.lua chore: fix typos (#16361) 2021-11-27 11:10:48 -05:00
query.lua feat(ts): add support for multiline nodes in get_node_text (#14999) 2021-12-12 12:05:39 +01:00