mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
Add missing closing parenthesis
This commit is contained in:
parent
92b743cf51
commit
6fd3582ae3
|
|
@ -580,7 +580,7 @@ grammar({
|
|||
),
|
||||
|
||||
binary_expression: $ => choice(
|
||||
prec.left(1, seq($._expression, 'instanceof', $._expression)
|
||||
prec.left(1, seq($._expression, 'instanceof', $._expression))
|
||||
// ...
|
||||
),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue