name Indent (case) scope source.scala meta.block.case - comment settings increaseIndentPattern (?x) # treat a `case ... =>` line like a curly brace when inside a block # note that this doesn't make any attempt to detect curly braces, but # it seems to work out anyway due to sublime's hard-coded behavior w.r.t # those tokens ^ \s* \b(case)\b .* => .* $