nvim-treesitter/queries/xml
Shaun Attfield (shaun@xomen) 4b22291348 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.
2024-12-30 17:55:55 +01:00
..
folds.scm feat: add xml & dtd parsers 2023-08-13 10:34:57 +03:00
highlights.scm fix(xml,dtd): adapt to parser changes 2024-10-22 08:56:17 +02:00
indents.scm fix(xml): properly indent closing tags 2024-12-30 17:55:55 +01:00
injections.scm Fixup format (#5934) 2024-01-20 18:47:56 +09:00
locals.scm chore: query formatting 2024-01-19 16:58:37 +01:00