mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
Merge pull request #238097 from eonpatapon/tree-sitter-cue
tree-sitter-grammars: add cue
This commit is contained in:
commit
242d6bdb3d
@ -12,6 +12,7 @@
|
||||
tree-sitter-cpp = lib.importJSON ./tree-sitter-cpp.json;
|
||||
tree-sitter-css = lib.importJSON ./tree-sitter-css.json;
|
||||
tree-sitter-cuda = lib.importJSON ./tree-sitter-cuda.json;
|
||||
tree-sitter-cue = lib.importJSON ./tree-sitter-cue.json;
|
||||
tree-sitter-dart = lib.importJSON ./tree-sitter-dart.json;
|
||||
tree-sitter-devicetree = lib.importJSON ./tree-sitter-devicetree.json;
|
||||
tree-sitter-dockerfile = lib.importJSON ./tree-sitter-dockerfile.json;
|
||||
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"url": "https://github.com/eonpatapon/tree-sitter-cue",
|
||||
"rev": "0deecf48944aa54bb73e5383ba8acfbf9f2c44b4",
|
||||
"date": "2023-06-01T08:40:59+02:00",
|
||||
"path": "/nix/store/rxrhvk8icz9l668bl5sjwxfsz8yy9d7z-tree-sitter-cue",
|
||||
"sha256": "0wbwsdilw39plw5nvn6bkr27ximf57dgd32jpp4ryz69bmifw8cv",
|
||||
"fetchLFS": false,
|
||||
"fetchSubmodules": false,
|
||||
"deepClone": false,
|
||||
"leaveDotGit": false
|
||||
}
|
@ -367,6 +367,10 @@ let
|
||||
orga = "LhKipp";
|
||||
repo = "tree-sitter-nu";
|
||||
};
|
||||
"tree-sitter-cue" = {
|
||||
orga = "eonpatapon";
|
||||
repo = "tree-sitter-cue";
|
||||
};
|
||||
};
|
||||
|
||||
allGrammars =
|
||||
|
Loading…
Reference in New Issue
Block a user