From 65a266bf693d3fc856dd341c25edea1a0917a30f Mon Sep 17 00:00:00 2001 From: Izzy Muerte <63051+bruxisma@users.noreply.github.com> Date: Mon, 3 Nov 2025 00:37:30 -0800 Subject: fix(xml): remove `CDATA` injection 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. --- runtime/queries/xml/highlights.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime') diff --git a/runtime/queries/xml/highlights.scm b/runtime/queries/xml/highlights.scm index 85e6e9bb4..5ac9dd925 100644 --- a/runtime/queries/xml/highlights.scm +++ b/runtime/queries/xml/highlights.scm @@ -189,11 +189,10 @@ ; Text (CharData) @none @spell -((CDSect +(CDSect (CDStart) @module (CData) @markup.raw "]]>" @module) - (#set! priority 105)) ; Misc (Comment) @comment @spell -- cgit v1.2.3-70-g09d2