Closed AlbertMN closed 1 year ago
Whether within the <script> tag, or in {} within the HTML part, the typeof operator doesn't get its usual color (orange, by default), but is rather the same gray color as variables.
<script>
{}
typeof
In all JavaScript files, its color is correct.
Minor issue, just something I've noticed.
It's a regression not in Svelte plugin that was fixed some time ago.
Whether within the
<script>
tag, or in{}
within the HTML part, thetypeof
operator doesn't get its usual color (orange, by default), but is rather the same gray color as variables.In all JavaScript files, its color is correct.
Minor issue, just something I've noticed.