mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -04:00
fix(sql)!: generate from grammar
This commit is contained in:
parent
cc28f56398
commit
857097b5b3
2 changed files with 2 additions and 1 deletions
|
|
@ -845,6 +845,7 @@ list.sql = {
|
|||
install_info = {
|
||||
url = "https://github.com/derekstride/tree-sitter-sql",
|
||||
files = { "src/parser.c" },
|
||||
requires_generate_from_grammar = true,
|
||||
},
|
||||
maintainers = { "@derekstride" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue