mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
chore(sql): add scanner
This commit is contained in:
parent
2e6961ff9d
commit
3954741f26
1 changed files with 1 additions and 1 deletions
|
|
@ -1653,7 +1653,7 @@ list.sparql = {
|
||||||
list.sql = {
|
list.sql = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/derekstride/tree-sitter-sql",
|
url = "https://github.com/derekstride/tree-sitter-sql",
|
||||||
files = { "src/parser.c" },
|
files = { "src/parser.c", "src/scanner.c" },
|
||||||
branch = "gh-pages",
|
branch = "gh-pages",
|
||||||
},
|
},
|
||||||
maintainers = { "@derekstride" },
|
maintainers = { "@derekstride" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue