Flex CDATA highlighting
Answered
Is it possible to turn off highlighting within CDATA sections of mxml files?
Please sign in to leave a comment.
ActionScript code is automatically injected inside MXML Script tag. I'm afraid it can't be turned off. What's your use case?
Sorry, I wasn't very clear: I want the code syntax highlighting, I just find the *background* highlighting between the two CDATA tags distracting (yellowish color in Darcula). It makes a big ugly yellow block on the editor :-( ....
You can change the injected language fragment background color:
Perfect! Thanks Serge.