about summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/tree-sitter/grammars
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2023-10-25 09:00:40 -0400
committerGitHub <noreply@github.com>2023-10-25 09:00:40 -0400
commit2e647defa99ab0843e6c657de00cc41643238e84 (patch)
tree387451841f981b6d657ef75b89fcaa20fd848ac5 /pkgs/development/tools/parsing/tree-sitter/grammars
parent0539c68d8fb2e68fced6ce580348ac5676a3a946 (diff)
parentedf4036ece29f9a971c68a01fddaad554ad62e5a (diff)
Merge pull request #259001 from acowley/init-tree-sitter-wgsl
tree-sitter-grammars: add wgsl
Diffstat (limited to 'pkgs/development/tools/parsing/tree-sitter/grammars')
-rw-r--r--pkgs/development/tools/parsing/tree-sitter/grammars/default.nix1
-rw-r--r--pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-wgsl.json12
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/development/tools/parsing/tree-sitter/grammars/default.nix b/pkgs/development/tools/parsing/tree-sitter/grammars/default.nix
index 836f0c8485381..29b65870fe29d 100644
--- a/pkgs/development/tools/parsing/tree-sitter/grammars/default.nix
+++ b/pkgs/development/tools/parsing/tree-sitter/grammars/default.nix
@@ -102,4 +102,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;
 }
diff --git a/pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-wgsl.json b/pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-wgsl.json
new file mode 100644
index 0000000000000..51c6f00b20a34
--- /dev/null
+++ b/pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-wgsl.json
@@ -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
+}