docs: update ts_serializer.zig comments for tree-sitter 0.26.x
This commit is contained in:
parent
9cf6617fd2
commit
68f0f7d26a
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue