nvim-treesitter/runtime/queries/readline/indents.scm
2025-05-06 10:34:44 +02:00

11 lines
132 B
Scheme

(conditional_construct) @indent.begin
(ERROR
"$if") @indent.begin
[
"$else"
"$endif"
] @indent.branch
"$endif" @indent.end