(node
  (node_children) @indent.begin)

"}" @indent.end

[
  "{"
  "}"
] @indent.branch

[
  "("
  ")"
] @indent.branch
