Dart, Svelte no longer requires_generate_from_grammar

This commit is contained in:
Stephan Seitz 2021-03-08 12:42:57 +01:00 committed by Kiyan
parent 0b67258711
commit dbeebe94d8
2 changed files with 2 additions and 4 deletions

View file

@ -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" },
}