Deemphasize extra trees in stack debugging graphs

This commit is contained in:
Max Brunsfeld 2016-05-01 15:24:50 -07:00
parent 9ad1e36238
commit 9d247e45b2
2 changed files with 12 additions and 8 deletions

View file

@ -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, \