Add indentation queries for multi-value 'select'
Some checks failed
ci/woodpecker/push/check Pipeline failed

Unfortunately, the indentation feature is still a work in progress, so
we have some expected failures in our tests...
This commit is contained in:
Bruno BELANYI 2024-04-23 16:36:11 +00:00
parent 6b2ecc78ac
commit 900960d7d9
3 changed files with 52 additions and 1 deletions

View file

@ -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)