nvim-treesitter/queries/ql/indents.scm
2023-01-31 12:23:13 +01:00

23 lines
211 B
Scheme

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