fix(xml): properly indent closing tags

Confusing as it is,
https://github.com/heurist/nvim-treesitter/blob/master/CONTRIBUTING.md?plain=1#L394
says:

```query
@indent.dedent      ; dedent children when matching this node
@indent.branch      ; dedent itself when matching this node
```

@indent.branch is therefore the approriate choice for de-indenting.
This commit is contained in:
Shaun Attfield (shaun@xomen) 2024-12-27 09:54:04 +02:00 committed by Christian Clason
parent 1087b183a7
commit 4b22291348

View file

@ -6,7 +6,7 @@
(contentspec)
] @indent.align
(ETag) @indent.dedent
(ETag) @indent.branch
(doctypedecl) @indent.ignore