-
Notifications
You must be signed in to change notification settings - Fork 230
Open
Description
Our existing code standards require the use of explicitly specifying the type
attribute on markup tags. As such:
<script type="text/babel">
breaks syntax highlighting for single-file vue components. Removing the attribute:
<script>
fixes it again. Is this something that can be supported for this plugin? I've seen other similar issues with plugins on other IDEs/editors for vue component highlighting as well.
francislavoie
Metadata
Metadata
Assignees
Labels
No labels