mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00: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:
@@ -189,11 +189,10 @@
|
||||
; Text
|
||||
(CharData) @none @spell
|
||||
|
||||
((CDSect
|
||||
(CDSect
|
||||
(CDStart) @module
|
||||
(CData) @markup.raw
|
||||
"]]>" @module)
|
||||
(#set! priority 105))
|
||||
|
||||
; Misc
|
||||
(Comment) @comment @spell
|
||||
|
||||
Reference in New Issue
Block a user