nvim-treesitter/queries/readline/indents.scm
2024-02-09 18:25:33 -05:00

11 lines
132 B
Scheme

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