Use pre-generated parser files for sql grammar

This commit is contained in:
derekstride 2023-03-16 15:32:33 -04:00 committed by Stephan Seitz
parent f3fbc7c9a7
commit dcb9a89ab4
2 changed files with 2 additions and 2 deletions

View file

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