From d2f2aa8a2f21de1da862fa4028af80fb41f77ac0 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Mon, 10 Jul 2023 02:58:16 -0400 Subject: fix(ocamllex): adapt to scanner rewrite --- lua/nvim-treesitter/parsers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') 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" }, -- cgit v1.2.3-70-g09d2