diff options
author | Kirawi | 2021-11-27 02:19:40 +0000 |
---|---|---|
committer | GitHub | 2021-11-27 02:19:40 +0000 |
commit | 4ec20eaeffa6144f01ae8d5a95b12ea1593f3080 (patch) | |
tree | 8fc2aea5d8e543e31d1d0c40552a4fa3d1c2a9c8 /.gitmodules | |
parent | 6e62c3de47ff14df394c1c17fec103c134aa045c (diff) |
Add language support for WGSL (#1166)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index bf596bdc..039a3ee3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -142,3 +142,7 @@ path = helix-syntax/languages/tree-sitter-perl url = https://github.com/ganezdragon/tree-sitter-perl shallow = true +[submodule "helix-syntax/languages/tree-sitter-wgsl"] + path = helix-syntax/languages/tree-sitter-wgsl + url = https://github.com/szebniok/tree-sitter-wgsl + shallow = true |