-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No script highlighting for <script type="text/babel"> #218
Comments
deathaxe
added a commit
to deathaxe/sublime-packages
that referenced
this issue
Feb 2, 2023
This commit adds `text/babel` to the list of supported MIME types to enable JavaScript highlighting within <script type="text/babel"> tags. see: vuejs/vue-syntax-highlight#218
deathaxe
added a commit
to deathaxe/sublime-packages
that referenced
this issue
Feb 2, 2023
This commit adds `text/babel` to the list of supported MIME types to enable JavaScript highlighting within <script type="text/babel"> tags. see: vuejs/vue-syntax-highlight#218
deathaxe
added a commit
to sublimehq/Packages
that referenced
this issue
Feb 3, 2023
This commit adds `text/babel` to the list of supported MIME types to enable JavaScript highlighting within <script type="text/babel"> tags. see: vuejs/vue-syntax-highlight#218
Should have been fixed upstream via sublimehq/Packages#3652. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When in the
<script>
tag inside the vue file I set the type attribute to"text/babel"
, I lose JS syntax highlighting completely, which is a bummer. vue-syntax-highlight should simply use the JS highlighting for the script type"text/babel"
.The text was updated successfully, but these errors were encountered: