CDATA JavaScript HighlighterA small VSCode extension that adds JavaScript syntax highlighting and syntax error detection for JavaScript code written inside XML CDATA blocks. This is useful when JavaScript is embedded inside:
What It DoesThis extension detects JavaScript code inside a Features
ExampleBeforeWithout this extension, JavaScript inside CDATA appears mostly as plain XML text.
AfterWith this extension, JavaScript inside CDATA gets proper syntax coloring and syntax error highlighting.
Supported Format
Use CaseThis extension is useful for projects where JavaScript logic is stored inside XML configuration files, template files, or custom manifest files using CDATA blocks. Notes
|

