mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
fix(generate): propagate node types error
(cherry picked from commit c740f244ba)
This commit is contained in:
parent
c15938532d
commit
6f944de32f
|
|
@ -252,7 +252,7 @@ fn generate_parser_for_grammar_with_opts(
|
|||
&lexical_grammar,
|
||||
&simple_aliases,
|
||||
&variable_info,
|
||||
);
|
||||
)?;
|
||||
let supertype_symbol_map =
|
||||
node_types::get_supertype_symbol_map(&syntax_grammar, &simple_aliases, &variable_info);
|
||||
let tables = build_tables(
|
||||
|
|
|
|||
Loading…
Reference in a new issue