Skip to content

Commit

Permalink
chore: build grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed Oct 13, 2024
1 parent 81d8b74 commit 0211053
Show file tree
Hide file tree
Showing 6 changed files with 8,516 additions and 7,916 deletions.
13 changes: 13 additions & 0 deletions dialects/helm/src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"_block": {
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "no_injection_text"
},
{
"type": "SYMBOL",
"name": "text"
Expand All @@ -21,6 +25,15 @@
}
]
},
"no_injection_text": {
"type": "CHOICE",
"members": [
{
"type": "STRING",
"value": "-"
}
]
},
"text": {
"type": "CHOICE",
"members": [
Expand Down
49 changes: 49 additions & 0 deletions dialects/helm/src/node-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,10 @@
"type": "nil",
"named": true
},
{
"type": "no_injection_text",
"named": true
},
{
"type": "parenthesized_pipeline",
"named": true
Expand Down Expand Up @@ -579,6 +583,10 @@
"type": "nil",
"named": true
},
{
"type": "no_injection_text",
"named": true
},
{
"type": "parenthesized_pipeline",
"named": true
Expand Down Expand Up @@ -776,6 +784,10 @@
"type": "nil",
"named": true
},
{
"type": "no_injection_text",
"named": true
},
{
"type": "parenthesized_pipeline",
"named": true
Expand Down Expand Up @@ -988,6 +1000,10 @@
"type": "nil",
"named": true
},
{
"type": "no_injection_text",
"named": true
},
{
"type": "parenthesized_pipeline",
"named": true
Expand Down Expand Up @@ -1118,6 +1134,10 @@
"type": "nil",
"named": true
},
{
"type": "no_injection_text",
"named": true
},
{
"type": "parenthesized_pipeline",
"named": true
Expand Down Expand Up @@ -1223,6 +1243,11 @@
}
}
},
{
"type": "no_injection_text",
"named": true,
"fields": {}
},
{
"type": "parenthesized_pipeline",
"named": true,
Expand Down Expand Up @@ -1386,6 +1411,10 @@
"type": "nil",
"named": true
},
{
"type": "no_injection_text",
"named": true
},
{
"type": "parenthesized_pipeline",
"named": true
Expand Down Expand Up @@ -1516,6 +1545,10 @@
"type": "nil",
"named": true
},
{
"type": "no_injection_text",
"named": true
},
{
"type": "parenthesized_pipeline",
"named": true
Expand Down Expand Up @@ -1886,6 +1919,10 @@
"type": "nil",
"named": true
},
{
"type": "no_injection_text",
"named": true
},
{
"type": "parenthesized_pipeline",
"named": true
Expand Down Expand Up @@ -2230,6 +2267,10 @@
"type": "nil",
"named": true
},
{
"type": "no_injection_text",
"named": true
},
{
"type": "parenthesized_pipeline",
"named": true
Expand Down Expand Up @@ -2442,6 +2483,10 @@
"type": "nil",
"named": true
},
{
"type": "no_injection_text",
"named": true
},
{
"type": "parenthesized_pipeline",
"named": true
Expand Down Expand Up @@ -2526,6 +2571,10 @@
"type": ",",
"named": false
},
{
"type": "-",
"named": false
},
{
"type": "-}}",
"named": false
Expand Down
Loading

0 comments on commit 0211053

Please sign in to comment.