Rename to 'tree-sitter-bp'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This is really just to simplify my life and align with the Vim/NeoVim filetype name.
This commit is contained in:
parent
f6e1266493
commit
ebb642cb14
12 changed files with 24 additions and 24 deletions
|
|
@ -1,11 +1,11 @@
|
|||
try {
|
||||
module.exports = require("../../build/Release/tree_sitter_blueprint_binding");
|
||||
module.exports = require("../../build/Release/tree_sitter_bp_binding");
|
||||
} catch (error1) {
|
||||
if (error1.code !== 'MODULE_NOT_FOUND') {
|
||||
throw error1;
|
||||
}
|
||||
try {
|
||||
module.exports = require("../../build/Debug/tree_sitter_blueprint_binding");
|
||||
module.exports = require("../../build/Debug/tree_sitter_bp_binding");
|
||||
} catch (error2) {
|
||||
if (error2.code !== 'MODULE_NOT_FOUND') {
|
||||
throw error2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue