Skip to content

Commit

Permalink
tree-sitter-grammars: add wgsl
Browse files Browse the repository at this point in the history
  • Loading branch information
acowley committed Oct 4, 2023
1 parent 0c7ffbc commit edf4036
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,5 @@
tree-sitter-yaml = lib.importJSON ./tree-sitter-yaml.json;
tree-sitter-yang = lib.importJSON ./tree-sitter-yang.json;
tree-sitter-zig = lib.importJSON ./tree-sitter-zig.json;
tree-sitter-wgsl = lib.importJSON ./tree-sitter-wgsl.json;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"url": "https://github.com/szebniok/tree-sitter-wgsl",
"rev": "40259f3c77ea856841a4e0c4c807705f3e4a2b65",
"date": "2023-01-09T17:32:53+01:00",
"path": "/nix/store/v97b952wz1x5np7cp5as603qzj2686yf-tree-sitter-wgsl",
"sha256": "0w15rhwafbjjmgbxj9fln9pca2w1wr7h5xwni9rniszlkxqf90my",
"hash": "sha256-voLkcJ/062hzipb3Ak/mgQvFbrLUJdnXq1IupzjMJXA=",
"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 @@ -375,6 +375,10 @@ let
orga = "winglang";
repo = "wing";
};
"tree-sitter-wgsl" = {
orga = "szebniok";
repo = "tree-sitter-wgsl";
};
};

allGrammars =
Expand Down

0 comments on commit edf4036

Please sign in to comment.