Regenerate nvim config
This commit is contained in:
29
config/neovim/store/nvim-treesitter/queries/sql/indents.scm
Normal file
29
config/neovim/store/nvim-treesitter/queries/sql/indents.scm
Normal file
@ -0,0 +1,29 @@
|
||||
[
|
||||
(select)
|
||||
(cte)
|
||||
(column_definitions)
|
||||
(case)
|
||||
(subquery)
|
||||
(insert)
|
||||
(when_clause)
|
||||
] @indent.begin
|
||||
|
||||
(block
|
||||
(keyword_begin)) @indent.begin
|
||||
|
||||
(column_definitions
|
||||
")" @indent.branch)
|
||||
|
||||
(subquery
|
||||
")" @indent.branch)
|
||||
|
||||
(cte
|
||||
")" @indent.branch)
|
||||
|
||||
[
|
||||
(keyword_end)
|
||||
(keyword_values)
|
||||
(keyword_into)
|
||||
] @indent.branch
|
||||
|
||||
(keyword_end) @indent.end
|
||||
Reference in New Issue
Block a user