docs: update ts_serializer.zig comments for tree-sitter 0.26.x

This commit is contained in:
CJ van den Berg 2026-03-17 18:34:39 +01:00
parent 9cf6617fd2
commit 68f0f7d26a
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -171,11 +171,12 @@ pub const QueryStep = extern struct {
// is_last_child: u1,
// is_pass_through: u1,
// is_dead_end: u1,
// alternative_is_immediate: u1,
// is_inside_alternation: u1,
// contains_captures: u1,
// root_pattern_guaranteed: u1,
flags8: u8,
// parent_pattern_guaranteed: u1,
// is_missing: u1,
flags16: u8,
pub fn cborEncode(self: *const @This(), writer: *Io.Writer) !void {