aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMateusz S. Szczygieł2021-11-08 15:48:00 +0000
committerGitHub2021-11-08 15:48:00 +0000
commit3f0345ff5814cea1d733ec2c5d846db66de29af6 (patch)
tree6b09002e24f288ff027e172af25597ed1e6d598f /.gitmodules
parent549cdee56159bed4266990ae66591dd6299293d4 (diff)
glsl support (#993)
* add glsl language support * glsl: use indents.toml file
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 5c6f22cd..bf596bdc 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -134,6 +134,10 @@
path = helix-syntax/languages/tree-sitter-cmake
url = https://github.com/uyha/tree-sitter-cmake
shallow = true
+[submodule "helix-syntax/languages/tree-sitter-glsl"]
+ path = helix-syntax/languages/tree-sitter-glsl
+ url = https://github.com/theHamsta/tree-sitter-glsl.git
+ shallow = true
[submodule "helix-syntax/languages/tree-sitter-perl"]
path = helix-syntax/languages/tree-sitter-perl
url = https://github.com/ganezdragon/tree-sitter-perl