You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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>
The text was updated successfully, but these errors were encountered: