Flex CDATA highlighting
已回答
Is it possible to turn off highlighting within CDATA sections of mxml files?
请先登录再写评论。
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.