Skip to content

Commit b7a63ca

Browse files
authored
Add "conditional" to case in indented_cases
1 parent cda0de8 commit b7a63ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

queries/scala/highlights.scm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@
242242

243243
(case_block
244244
(case_clause ("case") @conditional))
245+
(indented_cases
246+
(case_clause ("case") @conditional))
245247

246248
(operator_identifier) @operator
247249

0 commit comments

Comments
 (0)