mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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 = {
|
||||
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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue