Skip to content

Commit 8062487

Browse files
authored
Merge pull request #320 from natsukagami/patch-1
Add "conditional" to `case` in `indented_cases`
2 parents 263ce72 + b7a63ca commit 8062487

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)