tomblachut / svelte-intellij

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

space around AS token #27

Closed btakita closed 5 years ago

btakita commented 5 years ago

Fixes https://github.com/tomblachut/svelte-intellij/issues/20

unlocomqx commented 5 years ago

I think it should be fixed in Svelte.flex file

tiatin commented 5 years ago

@btakita - I think better way would be updating flexer: \s+"as"\s+ under <SVELTE_TAG, SVELTE_TAG_PAREN_AWARE> states.

tomblachut commented 5 years ago

Superseded by #18