mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
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.
This commit is contained in:
parent
55820833a3
commit
65a266bf69
1 changed files with 1 additions and 2 deletions
|
|
@ -189,11 +189,10 @@
|
||||||
; Text
|
; Text
|
||||||
(CharData) @none @spell
|
(CharData) @none @spell
|
||||||
|
|
||||||
((CDSect
|
(CDSect
|
||||||
(CDStart) @module
|
(CDStart) @module
|
||||||
(CData) @markup.raw
|
(CData) @markup.raw
|
||||||
"]]>" @module)
|
"]]>" @module)
|
||||||
(#set! priority 105))
|
|
||||||
|
|
||||||
; Misc
|
; Misc
|
||||||
(Comment) @comment @spell
|
(Comment) @comment @spell
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue