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
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:
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
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
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: