diff options
| author | Amaan Qureshi <amaanq12@gmail.com> | 2023-07-10 02:58:16 -0400 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2023-07-10 09:08:52 +0200 |
| commit | d2f2aa8a2f21de1da862fa4028af80fb41f77ac0 (patch) | |
| tree | 49f245bc67b95d5eb863e45fe5cc2898baef092f /lua | |
| parent | Update parsers: awk, julia, wing (diff) | |
| download | nvim-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
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, |
