mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
Fixup: ocamllex
This commit is contained in:
parent
f0b9b3b8ac
commit
f3ba2cfd28
2 changed files with 2 additions and 1 deletions
|
|
@ -90,7 +90,7 @@
|
||||||
"revision": "2f962cf4eb0bee87bba755347a79ee501cd58313"
|
"revision": "2f962cf4eb0bee87bba755347a79ee501cd58313"
|
||||||
},
|
},
|
||||||
"ocamllex": {
|
"ocamllex": {
|
||||||
"revision": "2f962cf4eb0bee87bba755347a79ee501cd58313"
|
"revision": "ac1d5957e719d49bd6acd27439b79843e4daf8ed"
|
||||||
},
|
},
|
||||||
"php": {
|
"php": {
|
||||||
"revision": "ba231f9844e5a1bf60e1cb72c34c0a431239585a"
|
"revision": "ba231f9844e5a1bf60e1cb72c34c0a431239585a"
|
||||||
|
|
|
||||||
|
|
@ -221,6 +221,7 @@ list.ocamllex = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/atom-ocaml/tree-sitter-ocamllex",
|
url = "https://github.com/atom-ocaml/tree-sitter-ocamllex",
|
||||||
files = { "src/parser.c", "src/scanner.cc" },
|
files = { "src/parser.c", "src/scanner.cc" },
|
||||||
|
requires_generate_from_grammar = true,
|
||||||
},
|
},
|
||||||
maintainers = {'@undu'},
|
maintainers = {'@undu'},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue