WIP: Add indentation queries for multi-value 'select'
Some checks failed
ci/woodpecker/push/check Pipeline failed
Some checks failed
ci/woodpecker/push/check Pipeline failed
FIXME: add insertion tests for both cases...
This commit is contained in:
parent
6b2ecc78ac
commit
4c03bfdf16
3 changed files with 47 additions and 0 deletions
|
|
@ -11,6 +11,15 @@
|
|||
(select_expression
|
||||
")" @indent.branch)
|
||||
|
||||
(select_value) @indent.begin
|
||||
(select_value
|
||||
")" @indent.branch)
|
||||
|
||||
; (select_pattern
|
||||
; "(" @indent.begin)
|
||||
; (select_pattern
|
||||
; ")" @indent.branch)
|
||||
|
||||
(select_cases) @indent.begin
|
||||
(select_cases
|
||||
"}" @indent.branch)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue