tomblachut / svelte-intellij

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

syntax highlightnig bugs #33

Closed KnightSlayer closed 5 years ago

KnightSlayer commented 5 years ago

image

There are 2 problems on this screenshot: 1) {#each prhasesIds as phraseId} highlightnig wrong 'as' 2) import of Phrase component is grey but it used on string 58

tomblachut commented 5 years ago

Hello! Thanks for raising. Both fixed should be released in a couple of days.

  1. Is tracked in #20 and worked on in #18
  2. Was fixed in #28