mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
Add requires_generate_from_grammar
This commit is contained in:
parent
616d459860
commit
9f0f594ab8
1 changed files with 1 additions and 0 deletions
|
|
@ -242,6 +242,7 @@ list.elixir = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/ananthakumaran/tree-sitter-elixir",
|
url = "https://github.com/ananthakumaran/tree-sitter-elixir",
|
||||||
files = { "src/parser.c", "src/scanner.cc" },
|
files = { "src/parser.c", "src/scanner.cc" },
|
||||||
|
requires_generate_from_grammar = true,
|
||||||
},
|
},
|
||||||
maintainers = { '@nifoc' },
|
maintainers = { '@nifoc' },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue