Skip to content

Commit

Permalink
chore: generate
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdw committed Feb 2, 2024
1 parent 056ac97 commit cafdd35
Show file tree
Hide file tree
Showing 3 changed files with 106,113 additions and 102,600 deletions.
13 changes: 11 additions & 2 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,17 @@
{
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "@(extends|yield|include|includeIf|includeWhen|includeUnless|includeFirst|props|method|inject|each|vite|livewire|aware|section|servers|import)"
"type": "CHOICE",
"members": [
{
"type": "PATTERN",
"value": "@(extends|yield|include(If|When|Unless|First)?|props)"
},
{
"type": "PATTERN",
"value": "@(method|inject|each|vite|livewire|aware|section|servers|import)"
}
]
},
"named": true,
"value": "directive"
Expand Down
Loading

0 comments on commit cafdd35

Please sign in to comment.