mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -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
|
|
@ -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