Initial SQL support

This commit is contained in:
derekstride 2021-03-14 22:38:54 -02:30 committed by Stephan Seitz
parent 6eb35103d0
commit 8927588e47
5 changed files with 116 additions and 0 deletions

View file

@ -770,6 +770,14 @@ list.sparql = {
maintainers = { "@bonabeavis" },
}
list.sql = {
install_info = {
url = "https://github.com/derekstride/tree-sitter-sql",
files = { "src/parser.c" },
},
maintainers = { "@derekstride" },
}
list.gdscript = {
install_info = {
url = "https://github.com/PrestonKnopp/tree-sitter-gdscript",