diff options
author | Sebastian Neubauer | 2021-12-21 02:02:53 +0000 |
---|---|---|
committer | GitHub | 2021-12-21 02:02:53 +0000 |
commit | 205dc8776b6ff4f5ab331df9c33b33e44caab12c (patch) | |
tree | b7c2eca341361ad8459ee1a3cc0458e6542445a7 /.gitmodules | |
parent | f16651b590b7f8679e520407002d6da0f169cac2 (diff) |
Add fish highlighting (#1308)
The highlights were copied and modified from
https://github.com/nvim-treesitter/nvim-treesitter/blob/master/queries/fish/highlights.scm
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c7b81336..dcec2813 100644 --- a/.gitmodules +++ b/.gitmodules @@ -162,3 +162,7 @@ path = helix-syntax/languages/tree-sitter-dart url = https://github.com/UserNobody14/tree-sitter-dart.git shallow = true +[submodule "helix-syntax/languages/tree-sitter-fish"] + path = helix-syntax/languages/tree-sitter-fish + url = https://github.com/ram02z/tree-sitter-fish + shallow = true |