mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
Dart, Svelte no longer requires_generate_from_grammar
This commit is contained in:
parent
0b67258711
commit
dbeebe94d8
2 changed files with 2 additions and 4 deletions
|
|
@ -370,7 +370,6 @@ list.dart = {
|
|||
install_info = {
|
||||
url = "https://github.com/UserNobody14/tree-sitter-dart",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
requires_generate_from_grammar = true,
|
||||
},
|
||||
maintainers = {"@Akin909"},
|
||||
}
|
||||
|
|
@ -502,7 +501,6 @@ list.svelte = {
|
|||
url = "https://github.com/Himujjal/tree-sitter-svelte",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
branch = "master",
|
||||
requires_generate_from_grammar = true,
|
||||
},
|
||||
maintainers = { "@elianiva" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue