tomblachut / svelte-intellij

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

`as` highlighted in #each when part of another word in template #20

Closed btakita closed 5 years ago

btakita commented 5 years ago

If a variable has as in it's name, the as is highlighted.

{#each assets as asset}
{/each}

I appreciate your efforts in making this plugin!

tomblachut commented 5 years ago

Fixed in #18