Fixup: ocamllex

This commit is contained in:
Stephan Seitz 2021-03-15 20:55:08 +01:00 committed by Kiyan
parent f0b9b3b8ac
commit f3ba2cfd28
2 changed files with 2 additions and 1 deletions

View file

@ -90,7 +90,7 @@
"revision": "2f962cf4eb0bee87bba755347a79ee501cd58313"
},
"ocamllex": {
"revision": "2f962cf4eb0bee87bba755347a79ee501cd58313"
"revision": "ac1d5957e719d49bd6acd27439b79843e4daf8ed"
},
"php": {
"revision": "ba231f9844e5a1bf60e1cb72c34c0a431239585a"

View file

@ -221,6 +221,7 @@ list.ocamllex = {
install_info = {
url = "https://github.com/atom-ocaml/tree-sitter-ocamllex",
files = { "src/parser.c", "src/scanner.cc" },
requires_generate_from_grammar = true,
},
maintainers = {'@undu'},
}