tomblachut / svelte-intellij

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

Support await catch shorthand tag #135

Closed tomblachut closed 4 years ago

tomblachut commented 4 years ago

Added in Svelte 3.21.0

r00t3g commented 4 years ago

@tomblachut I may be missing something, yet currently it seems to be working properly: image

tomblachut commented 4 years ago

@r00t3g I meant tag, not block ;) let me clarify the title more.

{#await promise catch error}
  {error.message}
  <Auth>
{/await}