nvim-treesitter/queries/cpon/indents.scm

24 lines
183 B
Scheme
Raw Normal View History

2023-02-23 18:44:10 -05:00
[
(meta_map)
(map)
(imap)
(array)
] @indent
[
"]"
"}"
">"
] @indent_end
[ "{" "}" ] @branch
[ "[" "]" ] @branch
[ "<" ">" ] @branch
[
(ERROR)
(comment)
] @auto