aboutsummaryrefslogtreecommitdiffstats
path: root/lua
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
parentDo not fail fast in CI (diff)
downloadnvim-treesitter-f3ba2cfd280136d0b9a248d755ad42e208360ae9.tar
nvim-treesitter-f3ba2cfd280136d0b9a248d755ad42e208360ae9.tar.gz
nvim-treesitter-f3ba2cfd280136d0b9a248d755ad42e208360ae9.tar.bz2
nvim-treesitter-f3ba2cfd280136d0b9a248d755ad42e208360ae9.tar.lz
nvim-treesitter-f3ba2cfd280136d0b9a248d755ad42e208360ae9.tar.xz
nvim-treesitter-f3ba2cfd280136d0b9a248d755ad42e208360ae9.tar.zst
nvim-treesitter-f3ba2cfd280136d0b9a248d755ad42e208360ae9.zip
Fixup: ocamllex
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 37859003f..4cc34d176 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'},
}