diff options
author | oberblastmeister | 2021-09-01 16:08:08 +0000 |
---|---|---|
committer | GitHub | 2021-09-01 16:08:08 +0000 |
commit | 5766f5da8fc9e98320e7e765c47e701d72108028 (patch) | |
tree | c65b2f9ca410983256a80509838fb28f0482a14f /.gitmodules | |
parent | 825bceeab68276cdf120bda5d172b854867d8585 (diff) |
OCaml support (#666)
* added some stuff
* add interface
* indent
* highlights and locals
* scope
* change some stuff
* add indents
* fix blanket highlight
* macro
* use inherits
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ae4984da..f905b8c7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -102,6 +102,10 @@ path = helix-syntax/languages/tree-sitter-protobuf url = https://github.com/yusdacra/tree-sitter-protobuf.git shallow = true +[submodule "helix-syntax/languages/tree-sitter-ocaml"] + path = helix-syntax/languages/tree-sitter-ocaml + url = https://github.com/tree-sitter/tree-sitter-ocaml + shallow = true [submodule "helix-syntax/languages/tree-sitter-lua"] path = helix-syntax/languages/tree-sitter-lua url = https://github.com/nvim-treesitter/tree-sitter-lua |