tree-sitter-grammars: add hyprlang
This commit is contained in:
parent
cd0883f61c
commit
d76046c8a2
@ -44,6 +44,7 @@
|
|||||||
tree-sitter-hjson = lib.importJSON ./tree-sitter-hjson.json;
|
tree-sitter-hjson = lib.importJSON ./tree-sitter-hjson.json;
|
||||||
tree-sitter-html = lib.importJSON ./tree-sitter-html.json;
|
tree-sitter-html = lib.importJSON ./tree-sitter-html.json;
|
||||||
tree-sitter-http = lib.importJSON ./tree-sitter-http.json;
|
tree-sitter-http = lib.importJSON ./tree-sitter-http.json;
|
||||||
|
tree-sitter-hyprlang = lib.importJSON ./tree-sitter-hyprlang.json;
|
||||||
tree-sitter-janet-simple = lib.importJSON ./tree-sitter-janet-simple.json;
|
tree-sitter-janet-simple = lib.importJSON ./tree-sitter-janet-simple.json;
|
||||||
tree-sitter-java = lib.importJSON ./tree-sitter-java.json;
|
tree-sitter-java = lib.importJSON ./tree-sitter-java.json;
|
||||||
tree-sitter-javascript = lib.importJSON ./tree-sitter-javascript.json;
|
tree-sitter-javascript = lib.importJSON ./tree-sitter-javascript.json;
|
||||||
|
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"url": "https://github.com/tree-sitter-grammars/tree-sitter-hyprlang",
|
||||||
|
"rev": "86025136c12cd1058985479a6b1935829077f1af",
|
||||||
|
"date": "2024-02-10T18:00:17+03:00",
|
||||||
|
"path": "/nix/store/q5csx65ydwbz66bgjjpa6c1yvy3zy6vq-tree-sitter-hyprlang",
|
||||||
|
"sha256": "0z84nl1mb77rwqq86ggaiqdd2lwg3nxrlkbhsn8zhcqnaphq0wfl",
|
||||||
|
"hash": "sha256-1HGA4VUWM/iR1XBNmrsdj1PRGo7qPYMw5vmcVQO1BH0=",
|
||||||
|
"fetchLFS": false,
|
||||||
|
"fetchSubmodules": false,
|
||||||
|
"deepClone": false,
|
||||||
|
"leaveDotGit": false
|
||||||
|
}
|
@ -462,6 +462,10 @@ let
|
|||||||
orga = "kaermorchen";
|
orga = "kaermorchen";
|
||||||
repo = "tree-sitter-twig";
|
repo = "tree-sitter-twig";
|
||||||
};
|
};
|
||||||
|
"tree-sitter-hyprlang" = {
|
||||||
|
orga = "tree-sitter-grammars";
|
||||||
|
repo = "tree-sitter-hyprlang";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
allGrammars =
|
allGrammars =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user