Skip to content

Commit

Permalink
Merge pull request NixOS#238097 from eonpatapon/tree-sitter-cue
Browse files Browse the repository at this point in the history
tree-sitter-grammars: add cue
  • Loading branch information
figsoda authored Jun 16, 2023
2 parents 8624c97 + 72b445d commit 242d6bd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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
}
4 changes: 4 additions & 0 deletions pkgs/development/tools/parsing/tree-sitter/update.nix
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@ let
orga = "LhKipp";
repo = "tree-sitter-nu";
};
"tree-sitter-cue" = {
orga = "eonpatapon";
repo = "tree-sitter-cue";
};
};

allGrammars =
Expand Down

0 comments on commit 242d6bd

Please sign in to comment.