Changes for version 0.06 - 2023-01-19
- CHANGES
- Handle query predicates
- Recognise several common ones - `eq?`, `match?`, `contains?`, `any-of?` and the `not-` prefixed inverted versions of them
- Further improvements to highlight.pl:
- skip matches on failed predicate tests
- define more highlight groups as used by tree-sitter-{perl,pod}
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