diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 55ed97b3..5b6609a8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -226,3 +226,6 @@ path = helix-syntax/languages/tree-sitter-rescript url = https://github.com/jaredramirez/tree-sitter-rescript shallow = true +[submodule "helix-syntax/languages/tree-sitter-erlang"] + path = helix-syntax/languages/tree-sitter-erlang + url = https://github.com/the-mikedavis/tree-sitter-erlang |