Merge pull request #238097 from eonpatapon/tree-sitter-cue

tree-sitter-grammars: add cue
This commit is contained in:
figsoda 2023-06-16 11:56:31 -04:00 committed by GitHub
commit 242d6bdb3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 0 deletions

View File

@ -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;

View File

@ -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
}

View File

@ -367,6 +367,10 @@ let
orga = "LhKipp";
repo = "tree-sitter-nu";
};
"tree-sitter-cue" = {
orga = "eonpatapon";
repo = "tree-sitter-cue";
};
};
allGrammars =