diff options
author | Ivan Tham | 2021-06-15 16:50:42 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-16 12:42:05 +0000 |
commit | a364d6c3837c36225dcd4ec9b15ef2c192feef0b (patch) | |
tree | 5a49571b656f1a68c167933a78690ba4f3918051 /.gitmodules | |
parent | d1c8a74771b241ee0824853bd5e8229cb0ab4187 (diff) |
Add latex
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4cf9e502..87acea60 100644 --- a/.gitmodules +++ b/.gitmodules @@ -89,3 +89,8 @@ [submodule "helix-syntax/languages/tree-sitter-nix"] path = helix-syntax/languages/tree-sitter-nix url = https://github.com/cstrahan/tree-sitter-nix + shallow = true +[submodule "helix-syntax/languages/tree-sitter-latex"] + path = helix-syntax/languages/tree-sitter-latex + url = https://github.com/latex-lsp/tree-sitter-latex + shallow = true |