mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(sql): compound_statement -> block
a little more reorganizing; we've copied the indents file into tree-sitter-sql and it tests okay there.
This commit is contained in:
parent
069cbad8d2
commit
b75f79bc5f
2 changed files with 2 additions and 3 deletions
|
|
@ -462,7 +462,7 @@
|
|||
"revision": "05f949d3c1c15e3261473a244d3ce87777374dec"
|
||||
},
|
||||
"sql": {
|
||||
"revision": "d38db87c3e979a692cd542be44524f7f5e46f965"
|
||||
"revision": "7bd15d1ca789c5aaef5d2dbfdb14565ec8223d1b"
|
||||
},
|
||||
"squirrel": {
|
||||
"revision": "e8b5835296f931bcaa1477d3c5a68a0c5c2ba034"
|
||||
|
|
|
|||
|
|
@ -7,8 +7,7 @@
|
|||
(insert)
|
||||
] @indent.begin
|
||||
|
||||
|
||||
(compound_statement
|
||||
(block
|
||||
(keyword_begin)
|
||||
) @indent.begin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue