nvim-treesitter/queries/surface/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

14 lines
240 B
Scheme

; Surface indents like HTML, with the addition of blocks
[
(component)
(tag)
(block)
] @indent.begin
; Dedent at the end of each tag, as well as a subblock
[
(end_tag)
(end_component)
(end_block)
(subblock)
] @indent.branch