nvim-treesitter/queries/tablegen/indents.scm
George Harker cb568af539 use indent.X syntax for captures and properties of set directives
update CONTRIBUTING.md

adjust indents for bass

fix doc capture comment
2023-03-24 13:07:53 -04:00

27 lines
280 B
Scheme

[
(assert)
(class)
(multiclass)
(def)
(defm)
(defvar)
(foreach)
(if)
(let)
(value_suffix)
] @indent.begin
[
"}"
"]"
")"
">"
] @indent.end
[ "{" "}" ] @indent.branch
[ "[" "]" ] @indent.branch
[ "(" ")" ] @indent.branch
[ "<" ">" ] @indent.branch