Changes for version 0.02 - 2023-01-04
- CHANGES
- Added Text::Treesitter::Query, ::QueryCursor and ::QueryMatch
- Rewrote highlight.pl example script to use the query system to extract highlights from the language queries/highlights.scm file
Modules
Perl binding for tree-sitter
represents a tree-sitter language grammar
an element of a tree-sitter parse result
parse some input text according to a tree-sitter grammar
represents a set of tree-sitter query patterns
stores the result of a tree-sitter node query
stores the result of a tree-sitter query pattern match
holds the result of a tree-sitter parse operation