mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-05 20:43:28 +00:00
tree-sitter-grammars: add bqn
This commit is contained in:
parent
8944a22a8e
commit
ac64c1522a
@ -191,6 +191,17 @@
|
||||
};
|
||||
meta.homepage = "https://github.com/ambroisie/tree-sitter-bp";
|
||||
};
|
||||
bqn = buildGrammar {
|
||||
language = "bpn";
|
||||
version = "0.0.0+rev=8c62b74";
|
||||
src = fetchFromGitHub {
|
||||
owner = "shnarazk";
|
||||
repo = "tree-sitter-bqn";
|
||||
rev = "8c62b746924398304c8fa1aa18393c3124d1e50d";
|
||||
hash = "sha256-jK0zn7DWzy2yfYOX1ZBoGOC7QBrcp4PHWnaOKaDL9ws=";
|
||||
};
|
||||
meta.homepage = "https://github.com/shnarazk/tree-sitter-bqn";
|
||||
};
|
||||
c = buildGrammar {
|
||||
language = "c";
|
||||
version = "0.0.0+rev=deca017";
|
||||
|
@ -4,6 +4,7 @@
|
||||
tree-sitter-beancount = lib.importJSON ./tree-sitter-beancount.json;
|
||||
tree-sitter-bibtex = lib.importJSON ./tree-sitter-bibtex.json;
|
||||
tree-sitter-bitbake = lib.importJSON ./tree-sitter-bitbake.json;
|
||||
tree-sitter-bqn = lib.importJSON ./tree-sitter-bqn.json;
|
||||
tree-sitter-c = lib.importJSON ./tree-sitter-c.json;
|
||||
tree-sitter-c-sharp = lib.importJSON ./tree-sitter-c-sharp.json;
|
||||
tree-sitter-clojure = lib.importJSON ./tree-sitter-clojure.json;
|
||||
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"url": "https://github.com/shnarazk/tree-sitter-bqn",
|
||||
"rev": "a90b371503f158699042423918e4c5e9285f5519",
|
||||
"date": "2023-10-12T14:03:08+09:00",
|
||||
"path": "/nix/store/l8jagwjzgm9kwgda2rqgkzxpszlmf6br-tree-sitter-bqn",
|
||||
"sha256": "0xma9dmz591xfy20g7sk535d5w21migs9zajjw2nd1c5czj00nzw",
|
||||
"hash": "sha256-/FsA5GeFhWYFl1L9pF+sQfDSyihTnweEdz2k8mtLqnY=",
|
||||
"fetchLFS": false,
|
||||
"fetchSubmodules": false,
|
||||
"deepClone": false,
|
||||
"leaveDotGit": false
|
||||
}
|
@ -102,6 +102,10 @@ let
|
||||
orga = "polarmutex";
|
||||
repo = "tree-sitter-beancount";
|
||||
};
|
||||
"tree-sitter-bqn" = {
|
||||
orga = "shnarazk";
|
||||
repo = "tree-sitter-bqn";
|
||||
};
|
||||
"tree-sitter-clojure" = {
|
||||
orga = "sogaiu";
|
||||
repo = "tree-sitter-clojure";
|
||||
|
Loading…
Reference in New Issue
Block a user