fix(sql)!: generate from grammar

This commit is contained in:
Christian Clason 2022-12-02 20:04:14 +01:00 committed by Stephan Seitz
parent cc28f56398
commit 857097b5b3
2 changed files with 2 additions and 1 deletions

View file

@ -845,6 +845,7 @@ list.sql = {
install_info = {
url = "https://github.com/derekstride/tree-sitter-sql",
files = { "src/parser.c" },
requires_generate_from_grammar = true,
},
maintainers = { "@derekstride" },
}