tomblachut / svelte-intellij

Svelte components in WebStorm and friends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`typeof` not hinted/colored in Svelte files

AlbertMN opened this issue · comments

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.

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