Skip to content

Commit

Permalink
Generate new grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
CabalCrow committed May 24, 2024
1 parent 86567a7 commit 09218cc
Show file tree
Hide file tree
Showing 3 changed files with 12,223 additions and 12,143 deletions.
12 changes: 12 additions & 0 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -3997,9 +3997,21 @@
"named": true,
"value": "val_string"
},
{
"type": "SYMBOL",
"name": "val_string"
},
{
"type": "SYMBOL",
"name": "expr_parenthesized"
},
{
"type": "SYMBOL",
"name": "val_variable"
},
{
"type": "SYMBOL",
"name": "val_interpolated"
}
]
}
Expand Down
8 changes: 8 additions & 0 deletions src/node-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -4094,6 +4094,14 @@
"multiple": false,
"required": true,
"types": [
{
"type": "expr_parenthesized",
"named": true
},
{
"type": "val_interpolated",
"named": true
},
{
"type": "val_string",
"named": true
Expand Down
Loading

0 comments on commit 09218cc

Please sign in to comment.