mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-02 03:19:41 +03:00
fix pest statement rule
This commit is contained in:
parent
64299f3874
commit
9eca8f83b4
@ -294,12 +294,11 @@ statement = {
|
||||
(statement_return
|
||||
| statement_conditional
|
||||
| statement_for
|
||||
| (statement_multiple_assignment
|
||||
| statement_macro
|
||||
| statement_definition
|
||||
| statement_assign
|
||||
| statement_expression
|
||||
)
|
||||
| statement_multiple_assignment
|
||||
| statement_macro
|
||||
| statement_definition
|
||||
| statement_assign
|
||||
| statement_expression
|
||||
) ~ NEWLINE*
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user