Fix query analysis error for rules w/ required hidden tokens
Refs tree-sitter/node-tree-sitter#69
This commit is contained in:
parent
8a5d820822
commit
84433494a5
1 changed files with 0 additions and 2 deletions
|
|
@ -1167,8 +1167,6 @@ static bool ts_query__analyze_patterns(TSQuery *self, unsigned *error_offset) {
|
|||
array_insert_sorted_with(&deeper_states, analysis_state__compare, next_state);
|
||||
continue;
|
||||
}
|
||||
} else {
|
||||
continue;
|
||||
}
|
||||
|
||||
// Pop from the stack when this state reached the end of its current syntax node.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue