A fork of helix with a bespoke collection patches.

fix: handle Scala for-comprehension indentation in ERROR nodes (#15512) master

When typing an incomplete for-comprehension like `for {`, tree-sitter creates an ERROR node instead of a for_expression. Add an `(ERROR "for") @indent` pattern so indentation works during editing. Signed-off-by: majiayu000 <1835304752@qq.com>


+2
1 changed file