tree-sitter-grammars: add hyprlang (#360038)

This commit is contained in:
Christian Kögler 2025-01-01 23:12:51 +01:00 committed by GitHub
commit 470337f45a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 17 additions and 0 deletions

View File

@ -44,6 +44,7 @@
tree-sitter-hjson = lib.importJSON ./tree-sitter-hjson.json;
tree-sitter-html = lib.importJSON ./tree-sitter-html.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-java = lib.importJSON ./tree-sitter-java.json;
tree-sitter-javascript = lib.importJSON ./tree-sitter-javascript.json;

View File

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

View File

@ -462,6 +462,10 @@ let
orga = "kaermorchen";
repo = "tree-sitter-twig";
};
"tree-sitter-hyprlang" = {
orga = "tree-sitter-grammars";
repo = "tree-sitter-hyprlang";
};
};
allGrammars =