aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorCorey Powell2021-06-01 19:46:31 +0000
committerCorey Powell2021-06-02 02:59:16 +0000
commitca042a4bde48be12734aa832e91c3cb3a9e6a931 (patch)
tree96cb9bd2c2c3bff2eb9032a67ee4548f62b77a83 /.gitmodules
parent67b1cd32c75f5772f6b9ed2922313eb73167f40a (diff)
Added elixir syntax
Using custom fork for now to get around generating the source files
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index f4d6456c..a90766d4 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -82,3 +82,7 @@
path = helix-syntax/languages/tree-sitter-toml
url = https://github.com/ikatyang/tree-sitter-toml
shallow = true
+[submodule "helix-syntax/languages/tree-sitter-elixir"]
+ path = helix-syntax/languages/tree-sitter-elixir
+ url = https://github.com/IceDragon200/tree-sitter-elixir
+ shallow = true