WIP(tests): Hide 'select_cases' rule

It doesn't provide any more information to expose it.
This commit is contained in:
Bruno BELANYI 2024-04-09 12:49:36 +01:00
parent cc84a43055
commit bb8a48812c
6 changed files with 78 additions and 97 deletions

View file

@ -11,9 +11,11 @@
(select_expression
")" @indent.branch)
(select_cases) @indent.begin
(select_cases
"}" @indent.branch)
; FIXME: how to fix this
; (select_expression
; "{" @indent.begin)
; (select_expression
; "}" @indent.branch)
; }}}
; Declarations {{{