summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-07-10 02:58:16 -0400
committerChristian Clason <c.clason@uni-graz.at>2023-07-10 09:08:52 +0200
commitd2f2aa8a2f21de1da862fa4028af80fb41f77ac0 (patch)
tree49f245bc67b95d5eb863e45fe5cc2898baef092f
parentUpdate parsers: awk, julia, wing (diff)
downloadnvim-treesitter-d2f2aa8a2f21de1da862fa4028af80fb41f77ac0.tar
nvim-treesitter-d2f2aa8a2f21de1da862fa4028af80fb41f77ac0.tar.gz
nvim-treesitter-d2f2aa8a2f21de1da862fa4028af80fb41f77ac0.tar.bz2
nvim-treesitter-d2f2aa8a2f21de1da862fa4028af80fb41f77ac0.tar.lz
nvim-treesitter-d2f2aa8a2f21de1da862fa4028af80fb41f77ac0.tar.xz
nvim-treesitter-d2f2aa8a2f21de1da862fa4028af80fb41f77ac0.tar.zst
nvim-treesitter-d2f2aa8a2f21de1da862fa4028af80fb41f77ac0.zip
fix(ocamllex): adapt to scanner rewrite
-rw-r--r--lockfile.json2
-rw-r--r--lua/nvim-treesitter/parsers.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/lockfile.json b/lockfile.json
index a8265c9be..08833742a 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -351,7 +351,7 @@
"revision": "7a61e11f8e44b4edee23adb15a187c9dd2beecef"
},
"ocamllex": {
- "revision": "62118551bd9501b8253598b835cb4bef04b31e3d"
+ "revision": "fab854a2de25b2284582bf7ed7f9970d19988c73"
},
"odin": {
"revision": "d165dbee27617dab2653e38737d96ede1030d14f"
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 86f846420..ed8e5718d 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -1064,7 +1064,7 @@ list.ocaml_interface = {
list.ocamllex = {
install_info = {
url = "https://github.com/atom-ocaml/tree-sitter-ocamllex",
- files = { "src/parser.c", "src/scanner.cc" },
+ files = { "src/parser.c", "src/scanner.c" },
requires_generate_from_grammar = true,
},
maintainers = { "@undu" },