WIP
This commit is contained in:
parent
e0b66e89f9
commit
6d228a0a32
8 changed files with 149 additions and 0 deletions
18
overlays/tree-sitter-bp/default.nix
Normal file
18
overlays/tree-sitter-bp/default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
self: prev:
|
||||
let
|
||||
tree-sitter = prev.tree-sitter.override {
|
||||
extraGrammars = {
|
||||
tree-sitter-bp = {
|
||||
src = self.fetchFromGitHub {
|
||||
owner = "ambroisie";
|
||||
repo = "tree-sitter-bp";
|
||||
rev = "v0.4.0";
|
||||
hash = "sha256-h9T8tfS2K85N9NLwYj6tu2MHPj4YyG/UBYoezfWuEyI=";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
in
|
||||
{
|
||||
inherit (tree-sitter.passthru.builtGrammars) tree-sitter-bp;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue