Skip to content

Commit

Permalink
update generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
vrischmann committed Jan 1, 2024
1 parent 62db4db commit aef2c35
Show file tree
Hide file tree
Showing 3 changed files with 26,082 additions and 26,043 deletions.
12 changes: 10 additions & 2 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -7939,8 +7939,16 @@
"value": "{"
},
{
"type": "SYMBOL",
"name": "script_block_text"
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "script_block_text"
},
{
"type": "BLANK"
}
]
},
{
"type": "STRING",
Expand Down
2 changes: 1 addition & 1 deletion src/node-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -2616,7 +2616,7 @@
"fields": {},
"children": {
"multiple": false,
"required": true,
"required": false,
"types": [
{
"type": "script_block_text",
Expand Down
Loading

0 comments on commit aef2c35

Please sign in to comment.