tree-sitter-grammars.tree-sitter-sml: init

This commit is contained in:
Brian Leung 2025-08-11 11:03:25 -07:00
parent a2a025b8f3
commit 2a0e2c0645
No known key found for this signature in database
GPG Key ID: 2D86D6A94C8BB3B1
3 changed files with 19 additions and 0 deletions

View File

@ -96,6 +96,7 @@
tree-sitter-scheme = lib.importJSON ./tree-sitter-scheme.json; tree-sitter-scheme = lib.importJSON ./tree-sitter-scheme.json;
tree-sitter-scss = lib.importJSON ./tree-sitter-scss.json; tree-sitter-scss = lib.importJSON ./tree-sitter-scss.json;
tree-sitter-smithy = lib.importJSON ./tree-sitter-smithy.json; tree-sitter-smithy = lib.importJSON ./tree-sitter-smithy.json;
tree-sitter-sml = lib.importJSON ./tree-sitter-sml.json;
tree-sitter-solidity = lib.importJSON ./tree-sitter-solidity.json; tree-sitter-solidity = lib.importJSON ./tree-sitter-solidity.json;
tree-sitter-sparql = lib.importJSON ./tree-sitter-sparql.json; tree-sitter-sparql = lib.importJSON ./tree-sitter-sparql.json;
tree-sitter-sql = lib.importJSON ./tree-sitter-sql.json; tree-sitter-sql = lib.importJSON ./tree-sitter-sql.json;

View File

@ -0,0 +1,14 @@
{
"url": "https://github.com/MatthewFluet/tree-sitter-sml",
"rev": "105585ae935d8662ab61ce2f5479c35d2b1e456e",
"date": "2024-08-27T08:47:35-04:00",
"path": "/nix/store/ry1dy2gixn8b77xrgslvmk9vkgicylrq-tree-sitter-sml",
"sha256": "1lfjihsmkb93h6naimppwddh203p4bkv9jj4wy8zr6hjawf35aw6",
"hash": "sha256-hqsyHFcSmvyR50TKtOcidwABW+P31qisgSOtWTWM0tE=",
"fetchLFS": false,
"fetchSubmodules": false,
"deepClone": false,
"fetchTags": false,
"leaveDotGit": false,
"rootDir": ""
}

View File

@ -183,6 +183,10 @@ let
orga = "stsewd"; orga = "stsewd";
repo = "tree-sitter-rst"; repo = "tree-sitter-rst";
}; };
"tree-sitter-sml" = {
orga = "MatthewFluet";
repo = "tree-sitter-sml";
};
"tree-sitter-svelte" = { "tree-sitter-svelte" = {
orga = "Himujjal"; orga = "Himujjal";
repo = "tree-sitter-svelte"; repo = "tree-sitter-svelte";