summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2021-03-15 20:55:08 +0100
committerKiyan <yazdani.kiyan@protonmail.com>2021-03-16 18:52:43 +0100
commitf3ba2cfd280136d0b9a248d755ad42e208360ae9 (patch)
treec4a4fabea8c9fa376f33e39301271b29889ea1c5 /lua/nvim-treesitter
parentf0b9b3b8aca5a18f381efb4427996c7acb5ce1a9 (diff)
Fixup: ocamllex
Diffstat (limited to 'lua/nvim-treesitter')
-rw-r--r--lua/nvim-treesitter/parsers.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 37859003..4cc34d17 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -221,6 +221,7 @@ 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'},
}