feat(treesitter): replace nvim-treesitter with pack-managed parsers
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
; 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
|
||||
Reference in New Issue
Block a user