nvim-treesitter/queries/cpon/indents.scm
2023-02-24 01:14:47 -08:00

23 lines
183 B
Scheme

[
(meta_map)
(map)
(imap)
(array)
] @indent
[
"]"
"}"
">"
] @indent_end
[ "{" "}" ] @branch
[ "[" "]" ] @branch
[ "<" ">" ] @branch
[
(ERROR)
(comment)
] @auto