Skip to content

Commit

Permalink
update generated
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Mar 31, 2024
1 parent 88429eb commit cc61e60
Show file tree
Hide file tree
Showing 4 changed files with 226,618 additions and 228,743 deletions.
4 changes: 2 additions & 2 deletions tree_sitter_v/bindings/node_types.v
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pub enum NodeType {
attributes
binary_expression
block
block_comment
break_statement
c_string_literal
call_expression
Expand Down Expand Up @@ -173,7 +174,6 @@ pub enum NodeType {
var_definition_list
visibility_modifiers
wrong_pointer_type
block_comment
escape_sequence
false_
float_literal
Expand Down Expand Up @@ -342,6 +342,7 @@ const node_type_name_to_enum = {
'attributes': NodeType.attributes
'binary_expression': NodeType.binary_expression
'block': NodeType.block
'block_comment': NodeType.block_comment
'break_statement': NodeType.break_statement
'c_string_literal': NodeType.c_string_literal
'call_expression': NodeType.call_expression
Expand Down Expand Up @@ -484,7 +485,6 @@ const node_type_name_to_enum = {
'var_definition_list': NodeType.var_definition_list
'visibility_modifiers': NodeType.visibility_modifiers
'wrong_pointer_type': NodeType.wrong_pointer_type
'block_comment': NodeType.block_comment
'escape_sequence': NodeType.escape_sequence
'false': NodeType.false_
'float_literal': NodeType.float_literal
Expand Down
34 changes: 17 additions & 17 deletions tree_sitter_v/src/grammar.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 13 additions & 4 deletions tree_sitter_v/src/node-types.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cc61e60

Please sign in to comment.