Deemphasize extra trees in stack debugging graphs
This commit is contained in:
parent
9ad1e36238
commit
9d247e45b2
2 changed files with 12 additions and 8 deletions
|
|
@ -199,7 +199,7 @@ enum {
|
|||
.parse_actions = ts_parse_actions, \
|
||||
.in_progress_symbol_table = ts_in_progress_symbol_table, \
|
||||
.in_progress_symbols = ts_in_progress_symbols, \
|
||||
.recovery_states = ts_recovery_states, \
|
||||
.recovery_states = ts_recovery_states, \
|
||||
.lex_states = ts_lex_states, \
|
||||
.symbol_names = ts_symbol_names, \
|
||||
.lex_fn = ts_lex, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue