tree-sitter/lib/include
Hendrik van Antwerpen 9bac066330 Deal with quantifiers appearing on capture's enclosing patterns
- Use a proper enum type for quantifiers.
- Drop quantifiers from `TSQueryStep`, which was not used.
- Keep track of the captures introduced during a pattern parse, and
  apply the quantifier for the pattern to the captures that were
  introduced by the pattern or any sub patterns.
- Use 'quantifier' instead of 'suffix'.
2022-01-11 18:33:36 +01:00
..
tree_sitter Deal with quantifiers appearing on capture's enclosing patterns 2022-01-11 18:33:36 +01:00