mirror of
https://github.com/helix-editor/helix
synced 2026-05-03 17:20:38 +02:00
7b117bea8e
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>