mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -04:00
Add ocamllex to needs_generate
This commit is contained in:
parent
3cc57cd3fa
commit
f134df49e9
1 changed files with 1 additions and 0 deletions
|
|
@ -226,6 +226,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