fixup: remove generate_from_grammar

This commit is contained in:
elianiva 2021-04-09 03:01:59 +07:00 committed by Stephan Seitz
parent 676bc550a6
commit 5ead7a0fa7

View file

@ -188,9 +188,8 @@ list.css = {
list.scss = { list.scss = {
install_info = { install_info = {
url = "https://github.com/serenadeai/tree-sitter-scss", url = "https://github.com/elianiva/tree-sitter-scss",
files = { "src/parser.c", "src/scanner.c" }, files = { "src/parser.c", "src/scanner.c" }
requires_generate_from_grammar = true,
}, },
} }