Merge pull request #259001 from acowley/init-tree-sitter-wgsl

tree-sitter-grammars: add wgsl

authored by

Bernardo Meurer and committed by
GitHub
2e647def 0539c68d

+17
+1
pkgs/development/tools/parsing/tree-sitter/grammars/default.nix
··· 102 102 tree-sitter-yaml = lib.importJSON ./tree-sitter-yaml.json; 103 103 tree-sitter-yang = lib.importJSON ./tree-sitter-yang.json; 104 104 tree-sitter-zig = lib.importJSON ./tree-sitter-zig.json; 105 + tree-sitter-wgsl = lib.importJSON ./tree-sitter-wgsl.json; 105 106 }
+12
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-wgsl.json
··· 1 + { 2 + "url": "https://github.com/szebniok/tree-sitter-wgsl", 3 + "rev": "40259f3c77ea856841a4e0c4c807705f3e4a2b65", 4 + "date": "2023-01-09T17:32:53+01:00", 5 + "path": "/nix/store/v97b952wz1x5np7cp5as603qzj2686yf-tree-sitter-wgsl", 6 + "sha256": "0w15rhwafbjjmgbxj9fln9pca2w1wr7h5xwni9rniszlkxqf90my", 7 + "hash": "sha256-voLkcJ/062hzipb3Ak/mgQvFbrLUJdnXq1IupzjMJXA=", 8 + "fetchLFS": false, 9 + "fetchSubmodules": false, 10 + "deepClone": false, 11 + "leaveDotGit": false 12 + }
+4
pkgs/development/tools/parsing/tree-sitter/update.nix
··· 383 383 orga = "winglang"; 384 384 repo = "wing"; 385 385 }; 386 + "tree-sitter-wgsl" = { 387 + orga = "szebniok"; 388 + repo = "tree-sitter-wgsl"; 389 + }; 386 390 }; 387 391 388 392 allGrammars =