chore(bindings): include tree-sitter.json file
This commit is contained in:
parent
20aaabfd9c
commit
2d5a4b6bd6
2 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ edition = "2021"
|
|||
autoexamples = false
|
||||
|
||||
build = "bindings/rust/build.rs"
|
||||
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
|
||||
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*", "tree-sitter.json"]
|
||||
|
||||
[lib]
|
||||
path = "bindings/rust/lib.rs"
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
],
|
||||
"files": [
|
||||
"grammar.js",
|
||||
"tree-sitter.json",
|
||||
"binding.gyp",
|
||||
"prebuilds/**",
|
||||
"bindings/node/*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue