Skip to content

Commit

Permalink
chore: generate
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdw committed Jan 28, 2024
1 parent 45488df commit 192e775
Show file tree
Hide file tree
Showing 4 changed files with 296 additions and 540 deletions.
4 changes: 2 additions & 2 deletions php/src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -8964,7 +8964,7 @@
},
"name": {
"type": "PATTERN",
"value": "[_a-zA-Z\\u00A1-\\u00ff][_a-zA-Z\\u00A1-\\u00ff\\d]*"
"value": "[_a-zA-Z\\u0080-\\u009f\\u00a1-\\u200a\\u200c-\\u205f\\u2061-\\ufefe\\uff00-\\uffff][_a-zA-Z\\u0080-\\u009f\\u00a1-\\u200a\\u200c-\\u205f\\u2061-\\ufefe\\uff00-\\uffff\\d]*"
},
"_reserved_identifier": {
"type": "CHOICE",
Expand Down Expand Up @@ -9080,7 +9080,7 @@
},
{
"type": "PATTERN",
"value": "[\\s\\uFEFF\\u2060\\u200B\\u00A0]"
"value": "[\\s\\u00A0\\u200B\\u2060\\uFEFF]"
},
{
"type": "SYMBOL",
Expand Down
Loading

0 comments on commit 192e775

Please sign in to comment.