33 lines
471 B
Scheme
33 lines
471 B
Scheme
; SPDX-License-Identifier: Apache-2.0
|
|
; Source: nvim-treesitter (https://github.com/nvim-treesitter/nvim-treesitter)
|
|
|
|
[
|
|
(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
|