Update tree-sitter grammar

This commit is contained in:
Arthur Baars
2020-12-03 18:50:47 +01:00
parent b0227a7ee1
commit dd3f94a3e2
5 changed files with 14 additions and 16 deletions

View File

@@ -1479,7 +1479,7 @@ module Generated {
Then getBody() { when_body(this, result) }
AstNode getPattern(int i) { when_pattern(this, i, result) }
Pattern getPattern(int i) { when_pattern(this, i, result) }
override AstNode getParent() { when_def(this, result, _, _) }