mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
feat(sql): update parser, highlights (#8272)
This commit is contained in:
parent
b50774079a
commit
0427eeb385
2 changed files with 29 additions and 1 deletions
|
|
@ -2148,7 +2148,7 @@ return {
|
|||
sql = {
|
||||
install_info = {
|
||||
branch = 'gh-pages',
|
||||
revision = 'd98aed3660ef1e9660ec6e359192bd2ab78bd78c',
|
||||
revision = '4094309b58ccb74d041fb531ae6b7193a3ebc351',
|
||||
url = 'https://github.com/derekstride/tree-sitter-sql',
|
||||
},
|
||||
maintainers = { '@derekstride' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue