Skip to content

Commit

Permalink
update generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
vrischmann committed Dec 23, 2023
1 parent 1f76f02 commit 674c66f
Show file tree
Hide file tree
Showing 3 changed files with 26,848 additions and 27,142 deletions.
21 changes: 4 additions & 17 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -7006,23 +7006,6 @@
}
]
},
"element_comment": {
"type": "SEQ",
"members": [
{
"type": "STRING",
"value": "<!--"
},
{
"type": "PATTERN",
"value": "[^-]*(?:-+[^->]+)*"
},
{
"type": "STRING",
"value": "-->"
}
]
},
"component_if_statement": {
"type": "SEQ",
"members": [
Expand Down Expand Up @@ -8164,6 +8147,10 @@
"type": "SYMBOL",
"name": "element_text"
},
{
"type": "SYMBOL",
"name": "element_comment"
},
{
"type": "SYMBOL",
"name": "style_element_text"
Expand Down
17 changes: 4 additions & 13 deletions src/node-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -1494,11 +1494,6 @@
]
}
},
{
"type": "element_comment",
"named": true,
"fields": {}
},
{
"type": "empty_statement",
"named": true,
Expand Down Expand Up @@ -3529,10 +3524,6 @@
"type": "--",
"named": false
},
{
"type": "-->",
"named": false
},
{
"type": "-=",
"named": false
Expand Down Expand Up @@ -3577,10 +3568,6 @@
"type": "<!",
"named": false
},
{
"type": "<!--",
"named": false
},
{
"type": "<-",
"named": false
Expand Down Expand Up @@ -3713,6 +3700,10 @@
"type": "defer",
"named": false
},
{
"type": "element_comment",
"named": true
},
{
"type": "element_identifier",
"named": true
Expand Down
Loading

0 comments on commit 674c66f

Please sign in to comment.