tomblachut / svelte-intellij

Svelte components in WebStorm and friends
MIT License
485 stars 38 forks source link

`typeof` not hinted/colored in Svelte files #308

Closed AlbertMN closed 1 year ago

AlbertMN commented 2 years 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.

In all JavaScript files, its color is correct.

Minor issue, just something I've noticed.

tomblachut commented 1 year ago

It's a regression not in Svelte plugin that was fixed some time ago.