diff options
author | Blaž Hrastnik | 2020-09-22 09:23:48 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2020-09-22 09:27:37 +0000 |
commit | eb639eb2e4610ed2b440c8d95217f125005288fd (patch) | |
tree | 3dd5d220287a4927f9dc79689d0e9dacb4021b73 /.gitmodules | |
parent | 2c3b10dbb0f270bc83169d28e4ed665557be70ca (diff) |
More robust syntax detection/grammar loading.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 70fac3b6..f4d6456c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -78,3 +78,7 @@ path = helix-syntax/languages/tree-sitter-swift url = https://github.com/tree-sitter/tree-sitter-swift shallow = true +[submodule "helix-syntax/languages/tree-sitter-toml"] + path = helix-syntax/languages/tree-sitter-toml + url = https://github.com/ikatyang/tree-sitter-toml + shallow = true |