aboutsummaryrefslogtreecommitdiffstats
path: root/queries/xml/indents.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-16/+0
|
* fix(xml): properly indent closing tagsShaun Attfield (shaun@xomen)2024-12-301-1/+1
| | | | | | | | | | | | | 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.
* feat: add xml & dtd parsersObserverOfTime2023-08-131-0/+16