Skip to content

Commit

Permalink
update generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
vrischmann committed Feb 3, 2024
1 parent 3fb1319 commit e059257
Show file tree
Hide file tree
Showing 4 changed files with 27,919 additions and 27,713 deletions.
20 changes: 14 additions & 6 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -7325,12 +7325,20 @@
]
},
{
"type": "FIELD",
"name": "arguments",
"content": {
"type": "SYMBOL",
"name": "argument_list"
}
"type": "CHOICE",
"members": [
{
"type": "FIELD",
"name": "arguments",
"content": {
"type": "SYMBOL",
"name": "argument_list"
}
},
{
"type": "BLANK"
}
]
},
{
"type": "CHOICE",
Expand Down
2 changes: 1 addition & 1 deletion src/node-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@
"fields": {
"arguments": {
"multiple": false,
"required": true,
"required": false,
"types": [
{
"type": "argument_list",
Expand Down
Loading

0 comments on commit e059257

Please sign in to comment.