ruschaaf / extended-embedded-languages

VSCode extension for better syntax highlighting of embedded languages
https://marketplace.visualstudio.com/items?itemName=ruschaaf.extended-embedded-languages
MIT License
20 stars 5 forks source link

XML host example #20

Open Hrachkata opened 3 weeks ago

Hrachkata commented 3 weeks ago

Hello, could you provide an XML host example, the documentation for XML is rather limited and i tried several things but couldnt enable JS highlighting. This is my case:

 <Module Name="Main">
<![CDATA[
   var obj = {};
   obj.car = { Name: 'car', HP: 135};
   obj.drive = function(car){...}
]]></Module>
ruschaaf commented 3 weeks ago

Hi, unfortunately XML isn't one of the host languages currently. I'll leave this issue open as a to-do because it would be good one for a future update