aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorIvan Tham2021-08-16 02:03:57 +0000
committerGitHub2021-08-16 02:03:57 +0000
commitaaccc9419a9710f13db3ddc0aad068e606667154 (patch)
tree9817e3d6937efba5055fd77cd3da310e84d907b7 /.gitmodules
parent3bde65c599707d7448c36dee26848b0ed48b0fe4 (diff)
Add ledger tree-sitter (#572)
Might need to update later since the current one highlight does not work very well yet.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 87acea60..a1c0589e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -94,3 +94,7 @@
path = helix-syntax/languages/tree-sitter-latex
url = https://github.com/latex-lsp/tree-sitter-latex
shallow = true
+[submodule "helix-syntax/languages/tree-sitter-ledger"]
+ path = helix-syntax/languages/tree-sitter-ledger
+ url = https://github.com/cbarrete/tree-sitter-ledger
+ shallow = true