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 7, 2024
1 parent 89cec46 commit 450aec0
Show file tree
Hide file tree
Showing 3 changed files with 23,707 additions and 23,615 deletions.
29 changes: 27 additions & 2 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -8052,9 +8052,34 @@
"named": true,
"value": "script_identifier"
},
"_special_element_identifier": {
"type": "TOKEN",
"content": {
"type": "PREC",
"value": 1,
"content": {
"type": "CHOICE",
"members": [
{
"type": "PATTERN",
"value": "style"
}
]
}
}
},
"element_identifier": {
"type": "PATTERN",
"value": "[a-zA-Z0-9\\-]+"
"type": "CHOICE",
"members": [
{
"type": "PATTERN",
"value": "[a-zA-Z0-9\\-]+"
},
{
"type": "SYMBOL",
"name": "_special_element_identifier"
}
]
},
"attribute_name": {
"type": "PATTERN",
Expand Down
9 changes: 5 additions & 4 deletions src/node-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -1504,6 +1504,11 @@
]
}
},
{
"type": "element_identifier",
"named": true,
"fields": {}
},
{
"type": "empty_statement",
"named": true,
Expand Down Expand Up @@ -3714,10 +3719,6 @@
"type": "element_comment",
"named": true
},
{
"type": "element_identifier",
"named": true
},
{
"type": "element_text",
"named": true
Expand Down
Loading

0 comments on commit 450aec0

Please sign in to comment.