1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 09:40:04 +08:00
SpaceVim/bundle/nvim-treesitter/queries/nickel/indents.scm

14 lines
159 B
Scheme

[
(atom (uni_record)) ; for {...}
(atom terms: (term)) ; for [...]
] @indent.begin
[
"]"
"}"
] @indent.end @indent.branch
[
(comment)
] @indent.auto