neovim/test/functional/treesitter
“jvgrootveld” a2818819bb treesitter: default start and end row when omitted
Add support for default start and end row when omitted in the
query:iter_captures and query:iter_matches functions.

When the start and end row values are omitted, the values of the given
node is used. The end row value is incremented by 1 to include the node end
row in the match.

Updated tests and docs accordingly.
2021-01-15 21:44:40 +01:00
..
highlight_spec.lua buffer updates: mark sorted region as changed. 2021-01-03 14:47:37 +01:00
language_spec.lua tests: make treesitter its own category 2021-01-03 14:47:29 +01:00
parser_spec.lua treesitter: default start and end row when omitted 2021-01-15 21:44:40 +01:00