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
|
|
@ -122,9 +122,9 @@
|
|||
};
|
||||
|
||||
packages = {
|
||||
default = packages.tree-sitter-blueprint;
|
||||
default = packages.tree-sitter-bp;
|
||||
|
||||
inherit (pkgs.tree-sitter.passthru.builtGrammars) tree-sitter-blueprint;
|
||||
inherit (pkgs.tree-sitter.passthru.builtGrammars) tree-sitter-bp;
|
||||
|
||||
inherit (pkgs) tree-sitter;
|
||||
};
|
||||
|
|
@ -133,7 +133,7 @@
|
|||
default = final: prev: {
|
||||
tree-sitter = prev.tree-sitter.override {
|
||||
extraGrammars = {
|
||||
tree-sitter-blueprint = {
|
||||
tree-sitter-bp = {
|
||||
src = ./.;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue