aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--lockfile.json2
-rw-r--r--lua/nvim-treesitter/parsers.lua1
2 files changed, 2 insertions, 1 deletions
diff --git a/lockfile.json b/lockfile.json
index 98754d8fe..c68900a22 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -90,7 +90,7 @@
"revision": "2f962cf4eb0bee87bba755347a79ee501cd58313"
},
"ocamllex": {
- "revision": "2f962cf4eb0bee87bba755347a79ee501cd58313"
+ "revision": "ac1d5957e719d49bd6acd27439b79843e4daf8ed"
},
"php": {
"revision": "ba231f9844e5a1bf60e1cb72c34c0a431239585a"
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'},
}