aboutsummaryrefslogtreecommitdiff
path: root/test/functional/treesitter/parser_spec.lua
Commit message (Collapse)AuthorAge
* treesitter: default start and end row when omitted“jvgrootveld”2021-01-15
| | | | | | | | | | | 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.
* tests: make treesitter its own categoryBjörn Linse2021-01-03