nvim-treesitter/queries/d/indents.scm
George Harker cb568af539 use indent.X syntax for captures and properties of set directives
update CONTRIBUTING.md

adjust indents for bass

fix doc capture comment
2023-03-24 13:07:53 -04:00

17 lines
205 B
Scheme

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