diff options
author | ath3 | 2021-11-08 01:05:12 +0000 |
---|---|---|
committer | GitHub | 2021-11-08 01:05:12 +0000 |
commit | 30744646cb0fab64a87f20c98bff033007512323 (patch) | |
tree | 902cdbd2d044cfdd9990938528b3f6c0af09465c /.gitmodules | |
parent | cdc2107bca42f5affa6896771a26f09dc55beeb7 (diff) |
Perl support (#978)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7ed34ad3..5c6f22cd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -134,3 +134,7 @@ path = helix-syntax/languages/tree-sitter-cmake url = https://github.com/uyha/tree-sitter-cmake shallow = true +[submodule "helix-syntax/languages/tree-sitter-perl"] + path = helix-syntax/languages/tree-sitter-perl + url = https://github.com/ganezdragon/tree-sitter-perl + shallow = true |