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 think the .vue extension is meant to be used with Single File Components, not pure jsx. It even says so in the readme for this project:
Sublime Text Syntax highlighting for single-file Vue.js components (enabled by vue-loader or vueify).
Furthermore, I'm not sure what you expect it to highlight differently from the babel syntax when used like this, as Vue script syntax is just regular js with a couple of known lifecycles in the root exported object.
on the left is Vue Component Syntax (
*.vue
)on the right is Javascript (Babel) Syntax (
*.jsx
)for some reason when its
<script></script>
in*.vue
, the syntax doesn't display the same as in*.jsx
filesis there a setting i am missing something?
The text was updated successfully, but these errors were encountered: