nvim-treesitter/queries/d/indents.scm

18 lines
185 B
Scheme
Raw Normal View History

2021-10-01 11:33:33 +02:00
[
(block_statement)
(case_statement)
(token_string)
] @indent
[
"(" ")"
"{" "}"
"[" "]"
] @branch
[
(line_comment)
(block_comment)
(nesting_block_comment)
] @ignore