nvim-treesitter/runtime/queries/tablegen/indents.scm

28 lines
280 B
Scheme
Raw Normal View History

2023-03-16 07:00:30 -04:00
[
(assert)
(class)
(multiclass)
(def)
(defm)
(defvar)
(foreach)
(if)
(let)
(value_suffix)
] @indent.begin
2023-03-16 07:00:30 -04:00
[
"}"
"]"
")"
">"
] @indent.end
2023-03-16 07:00:30 -04:00
[ "{" "}" ] @indent.branch
2023-03-16 07:00:30 -04:00
[ "[" "]" ] @indent.branch
2023-03-16 07:00:30 -04:00
[ "(" ")" ] @indent.branch
2023-03-16 07:00:30 -04:00
[ "<" ">" ] @indent.branch