Skip to content

Commit 1dace0c

Browse files
github-actions[bot]theHamsta
authored andcommitted
build: update & regenerate parser
1 parent 635e8aa commit 1dace0c

File tree

10 files changed

+465858
-450565
lines changed

10 files changed

+465858
-450565
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"

package-lock.json

Lines changed: 40 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
"node-gyp-build": "^4.8.0"
2424
},
2525
"peerDependencies": {
26-
"tree-sitter": "^0.21.0"
26+
"tree-sitter": "0.24.7"
2727
},
2828
"peerDependenciesMeta": {
2929
"tree_sitter": {
3030
"optional": true
3131
}
3232
},
3333
"devDependencies": {
34-
"tree-sitter-c": "0.23.0",
35-
"tree-sitter-cpp": "0.23.0",
36-
"tree-sitter-cli": "^0.22.2",
34+
"tree-sitter-c": "0.23.4",
35+
"tree-sitter-cpp": "0.23.4",
36+
"tree-sitter-cli": "0.24.7",
3737
"prebuildify": "^6.0.0"
3838
},
3939
"scripts": {
@@ -45,19 +45,5 @@
4545
"repository": {
4646
"type": "git",
4747
"url": "git://github.com/tree-sitter-grammars/tree-sitter-cuda.git"
48-
},
49-
"tree-sitter": [
50-
{
51-
"scope": "source.cpp",
52-
"file-types": [
53-
"cu",
54-
"cuh"
55-
],
56-
"highlights": [
57-
"queries/highlights.scm",
58-
"node_modules/tree-sitter-c/queries/highlights.scm",
59-
"node_modules/tree-sitter-cpp/queries/highlights.scm"
60-
]
61-
}
62-
]
48+
}
6349
}

0 commit comments

Comments
 (0)