mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
Initial SQL support
This commit is contained in:
parent
6eb35103d0
commit
8927588e47
5 changed files with 116 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue