From 62e29fc03ef4f772bfad59e342600c6214bdfc57 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sun, 9 Jul 2023 11:11:30 +0200 Subject: fix(ocaml): adapt to scanner rewrite --- lua/nvim-treesitter/parsers.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index e0f798930..86f846420 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1045,7 +1045,7 @@ list.objc = { list.ocaml = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-ocaml", - files = { "src/parser.c", "src/scanner.cc" }, + files = { "src/parser.c", "src/scanner.c" }, location = "ocaml", }, maintainers = { "@undu" }, @@ -1054,7 +1054,7 @@ list.ocaml = { list.ocaml_interface = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-ocaml", - files = { "src/parser.c", "src/scanner.cc" }, + files = { "src/parser.c", "src/scanner.c" }, location = "interface", }, filetype = "ocamlinterface", -- cgit v1.2.3-70-g09d2