summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2021-03-07 18:43:21 +0100
committerKiyan <yazdani.kiyan@protonmail.com>2021-03-16 18:52:43 +0100
commitf134df49e9200ccbb9b19959fa77f12babca0916 (patch)
treef2e3d3e39671b5f8d5b0ab03134b12f3ce3d70da /lua
parent3cc57cd3fa28f2658a55b7be50a23d247e74f50d (diff)
Add ocamllex to needs_generate
Diffstat (limited to 'lua')
-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 0e369395..42c15176 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -226,6 +226,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'},
}