chore(sql): add scanner

This commit is contained in:
ObserverOfTime 2023-10-27 00:35:34 +03:00 committed by Stephan Seitz
parent 2e6961ff9d
commit 3954741f26

View file

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