spacevim/bundle/nvim-treesitter-0.9.1/queries/tablegen/indents.scm

28 lines
280 B
Scheme
Raw Normal View History

2024-08-21 14:17:26 +08:00
[
(assert)
(class)
(multiclass)
(def)
(defm)
(defvar)
(foreach)
(if)
(let)
(value_suffix)
] @indent.begin
[
"}"
"]"
")"
">"
] @indent.end
[ "{" "}" ] @indent.branch
[ "[" "]" ] @indent.branch
[ "(" ")" ] @indent.branch
[ "<" ">" ] @indent.branch