tree-sitter.tree-sitter/crates
Will Lillis 42f33fe2f8 fix(query): correctly set a state's skipped_quantifier flag when a
zero quantifier skip is performed.

The zero-skip branch currently sets skipped_quantifier unconditionally.
That flag is correct only when the quantified step and its skip target
are _siblings_ at the same query depth. Otherwise, setting it allows for
a "leak" and disables unrelated, "outer" anchors.
2026-08-10 23:59:11 -05:00
..
cli fix(query): correctly set a state's skipped_quantifier flag when a 2026-08-10 23:59:11 -05:00
config fix(rust): use more accurate types for various IoError structs 2026-06-13 09:35:12 -04:00
generate perf(generate): pool parse-table action lists 2026-08-09 12:28:50 -05:00
highlight feat(highlight)!: include underlying LanguageError in highlight 2026-07-14 19:19:49 -04:00
language treewide: add taplo config and reformat toml files 2026-02-18 00:59:34 -05:00
loader fix(highlight): use std::sync::OnceCell for various loader fields 2026-07-23 18:30:15 -04:00
tags feat(tags)!: include underlying LanguageError in tag 2026-07-14 19:19:49 -04:00
xtask fix(xtask): eliminate silent errors in zig fetch 2026-06-30 19:37:55 -04:00