nvim-treesitter/queries/ql/indents.scm
2021-04-23 21:18:55 +02:00

22 lines
194 B
Scheme

[
(dataclass)
(charpred)
(memberPredicate)
(quantified)
] @indent
[
(variable)
"("
")"
"{"
"}"
"["
"]"
] @branch
[
(block_comment)
(line_comment)
(qldoc)
] @ignore