We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now I am trying to use the typescript syntax highlight inside of a vue component.
By default when the script tag is bare, like <script> or <script type="text/javascript"> this works just fine and properly highlights the javascript.
<script>
<script type="text/javascript">
But when I change this to be <script type="ts"> it goes white and fails to highlight the typescript included.
<script type="ts">
Is there some other configuration setting that is somehow interfering with the typescript highlighting?
The text was updated successfully, but these errors were encountered:
I haven't tried the typescript support, from what I can see there is some preliminary support. I will take a look this weekend!
Sorry, something went wrong.
Thanks for taking a look at this, I can help with testing it.
This should work fine with latest ST version.
It also definitely works in #216 (and ST4).
skyronic
No branches or pull requests
Right now I am trying to use the typescript syntax highlight inside of a vue component.
By default when the script tag is bare, like
<script>
or<script type="text/javascript">
this works just fine and properly highlights the javascript.But when I change this to be
<script type="ts">
it goes white and fails to highlight the typescript included.Is there some other configuration setting that is somehow interfering with the typescript highlighting?
The text was updated successfully, but these errors were encountered: