diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-03-15 20:43:57 +0100 |
|---|---|---|
| committer | Kiyan <yazdani.kiyan@protonmail.com> | 2021-03-16 18:52:43 +0100 |
| commit | ec30cf164116aaebf531430462132c53b5741453 (patch) | |
| tree | 0aec6b8a1f0f5d38331d9d528fe1a19c4e6edb20 /lua | |
| parent | [docgen] Update README.md (diff) | |
| download | nvim-treesitter-ec30cf164116aaebf531430462132c53b5741453.tar nvim-treesitter-ec30cf164116aaebf531430462132c53b5741453.tar.gz nvim-treesitter-ec30cf164116aaebf531430462132c53b5741453.tar.bz2 nvim-treesitter-ec30cf164116aaebf531430462132c53b5741453.tar.lz nvim-treesitter-ec30cf164116aaebf531430462132c53b5741453.tar.xz nvim-treesitter-ec30cf164116aaebf531430462132c53b5741453.tar.zst nvim-treesitter-ec30cf164116aaebf531430462132c53b5741453.zip | |
Update ocaml
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index bdfbf2943..37859003f 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -203,7 +203,6 @@ list.ocaml = { url = "https://github.com/tree-sitter/tree-sitter-ocaml", files = { "src/parser.c", "src/scanner.cc" }, location = "tree-sitter-ocaml/ocaml", - requires_generate_from_grammar = true, }, maintainers = {'@undu'}, } @@ -213,7 +212,6 @@ list.ocaml_interface = { url = "https://github.com/tree-sitter/tree-sitter-ocaml", files = { "src/parser.c", "src/scanner.cc" }, location = "tree-sitter-ocaml_interface/interface", - requires_generate_from_grammar = true, }, maintainers = {'@undu'}, filetype = 'ocamlinterface' @@ -223,7 +221,6 @@ list.ocamllex = { install_info = { url = "https://github.com/atom-ocaml/tree-sitter-ocamllex", files = { "src/parser.c", "src/scanner.cc" }, - requires_generate_from_grammar = true, }, maintainers = {'@undu'}, } |
