ractivejs/ractive

How to syntax-highlight HTML inside <script id="template" type="text/ractive">?

Opened this issue · 1 comments

Is there any Vs Code extension to syntax-highlight HTML inside <script id="template" type="text/ractive">?

<script id="template" type="text/ractive"> <p>Hello, world!</p> </script>

I don't think there's a dedicated plugin, but if you can get the editor to associate ractive templates with handlebars syntax highlighting, that would probably get you pretty close.