diff options
author | Blaž Hrastnik | 2021-04-08 06:58:20 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-04-08 13:34:06 +0000 |
commit | 9ca2909c80ff95b1dd4a1d92b7144d7bbfce3ca6 (patch) | |
tree | 098185e6b0150f180691e2f7d5df36c077bb50cd /.gitmodules | |
parent | 8b33ba2284f88bea4c6144364d75189255466661 (diff) |
Loop around the end on regex searches.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f4d6456c..3cfb7b56 100644 --- a/.gitmodules +++ b/.gitmodules @@ -82,3 +82,6 @@ path = helix-syntax/languages/tree-sitter-toml url = https://github.com/ikatyang/tree-sitter-toml shallow = true +[submodule "helix-syntax/nvim-treesitter"] + path = helix-syntax/nvim-treesitter + url = https://github.com/nvim-treesitter/nvim-treesitter |