1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:20:05 +08:00
SpaceVim/bundle/nvim-treesitter/queries/d/indents.scm
2022-04-14 12:01:23 +08:00

18 lines
185 B
Scheme
Vendored

[
(block_statement)
(case_statement)
(token_string)
] @indent
[
"(" ")"
"{" "}"
"[" "]"
] @branch
[
(line_comment)
(block_comment)
(nesting_block_comment)
] @ignore