mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
Merge pull request #277809 from otavio/bb
tree-sitter-grammars: add bitbake
This commit is contained in:
commit
dd11ba6f80
@ -3,6 +3,7 @@
|
||||
tree-sitter-bash = lib.importJSON ./tree-sitter-bash.json;
|
||||
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-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/amaanq/tree-sitter-bitbake",
|
||||
"rev": "ffe6c2f3dbf30224479a28ca5d50df594b2486a9",
|
||||
"date": "2023-11-08T10:34:03-05:00",
|
||||
"path": "/nix/store/zzckcglck1cr32cmp14i95r7q0qkgajf-tree-sitter-bitbake",
|
||||
"sha256": "1g547sq2xsfn7xmdmz1ny4lvk75akwi7k1vrrq6bdfkcg7gzkp1b",
|
||||
"hash": "sha256-K9z533lsurYMznmHeSKfqpy5KfE2/NpqP9bpLrA+pLw=",
|
||||
"fetchLFS": false,
|
||||
"fetchSubmodules": false,
|
||||
"deepClone": false,
|
||||
"leaveDotGit": false
|
||||
}
|
@ -84,6 +84,10 @@ let
|
||||
# If you need a grammar that already exists in the official orga,
|
||||
# make sure to give it a different name.
|
||||
otherGrammars = {
|
||||
"tree-sitter-bitbake" = {
|
||||
orga = "amaanq";
|
||||
repo = "tree-sitter-bitbake";
|
||||
};
|
||||
"tree-sitter-beancount" = {
|
||||
orga = "polarmutex";
|
||||
repo = "tree-sitter-beancount";
|
||||
|
Loading…
Reference in New Issue
Block a user