Skip to content

Commit ab4a8c4

Browse files
authored
chore(dependencies): tree-sitter 0.24 (#29)
* chore(dependencies): tree-sitter 0.24 * chore: build grammar
1 parent 161e38c commit ab4a8c4

16 files changed

+8372
-34166
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ Cargo.lock
22
node_modules
33
build
44
*.log
5-
package-lock.json
65
examples

dialects/helm/src/grammar.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/grammar.schema.json",
23
"name": "helm",
34
"rules": {
45
"template": {
@@ -3592,4 +3593,3 @@
35923593
"inline": [],
35933594
"supertypes": []
35943595
}
3595-

dialects/helm/src/node-types.json

+1
Original file line numberDiff line numberDiff line change
@@ -1873,6 +1873,7 @@
18731873
{
18741874
"type": "template",
18751875
"named": true,
1876+
"root": true,
18761877
"fields": {},
18771878
"children": {
18781879
"multiple": true,

0 commit comments

Comments
 (0)