Skip to content

Commit

Permalink
chore: regenerate with new tree-sitter
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Oct 10, 2024
1 parent bd17c82 commit c5fffb8
Show file tree
Hide file tree
Showing 7 changed files with 15,824 additions and 15,729 deletions.
17 changes: 5 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,17 @@
"node-addon-api": "^7.1.0",
"node-gyp-build": "^4.8.0"
},
"tree-sitter": [
{
"file-types": [
"meson"
]
}
],
"devDependencies": {
"tree-sitter-cli": "^0.22.1",
"prettier": "^2.7.1",
"prebuildify": "^6.0.0"
},
"peerDependencies": {
"tree-sitter": "^0.21.0"
},
"peerDependenciesMeta": {
"tree_sitter": {
"optional": true
}
},
"devDependencies": {
"tree-sitter-cli": "^0.22.1",
"prettier": "^2.7.1",
"prebuildify": "^6.0.0"
}
}
1 change: 1 addition & 0 deletions src/grammar.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/grammar.schema.json",
"name": "meson",
"rules": {
"source_file": {
Expand Down
1 change: 1 addition & 0 deletions src/node-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@
{
"type": "source_file",
"named": true,
"root": true,
"fields": {},
"children": {
"multiple": true,
Expand Down
Loading

0 comments on commit c5fffb8

Please sign in to comment.