mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(ocamllex): adapt to scanner rewrite
This commit is contained in:
parent
572a15f171
commit
d2f2aa8a2f
2 changed files with 2 additions and 2 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue