nvim-treesitter/runtime/queries/readline/indents.scm
2025-03-05 10:00:38 +01:00

11 lines
132 B
Scheme

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