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
|
|
@ -351,7 +351,7 @@
|
|||
"revision": "7a61e11f8e44b4edee23adb15a187c9dd2beecef"
|
||||
},
|
||||
"ocamllex": {
|
||||
"revision": "62118551bd9501b8253598b835cb4bef04b31e3d"
|
||||
"revision": "fab854a2de25b2284582bf7ed7f9970d19988c73"
|
||||
},
|
||||
"odin": {
|
||||
"revision": "d165dbee27617dab2653e38737d96ede1030d14f"
|
||||
|
|
|
|||
|
|
@ -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