WIP(tests): Hide 'select_cases' rule
It doesn't provide any more information to expose it.
This commit is contained in:
parent
cc84a43055
commit
bb8a48812c
6 changed files with 78 additions and 97 deletions
|
|
@ -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 {{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue