nvim-treesitter/queries/xml
Izzy Muerte 7933bdb17d
Remove erroneous priority for CData in xml highlights to permit user injections
Fixes #8242 

Thought the issue this resolves was closed as "not planned", after further discussion, I was able to explain that the current priority breaks *some* template languages that rely on text existing inside of a `<[CDATA[` inside of a tag.

Additionally, this priority seems to be leftover from when this file was first committed, but there is no indication for why it is present, and it is possible it is a leftover from some debugging.

This change does not break existing injections that currently ship with `nvim-treesitter`, but instead allows additional injections to be defined by users, like those found in the Max/MSP Jitter XML Shader format.
2025-11-02 20:24:59 -08:00
..
folds.scm feat: add xml & dtd parsers 2023-08-13 10:34:57 +03:00
highlights.scm Remove erroneous priority for CData in xml highlights to permit user injections 2025-11-02 20:24:59 -08: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