[
  (class)
  (singleton_class)
  (method)
  (singleton_method)
  (module)
  (call)
  (if)
  (block)
  (do_block)
  (hash)
  (array)
  (argument_list)
  (case)
  (while)
  (until)
  (for)
  (begin)
] @indent

[
  "end"
  ")"
  "}"
  "]"
] @indent_end

[
  "("
  ")"
  "{"
  "}"
  "["
  "]"
  (when)
  (elsif)
  (else)
  "end"
] @branch

(comment) @ignore