Each blocks without as clause highlight incorrectly
It's now possible to omit the as blah clause from an each block, but it results in incorrect highlighting
{#each x as _}-{/each}
{#each x as}-{/each}
The syntax highlighting should be the same in both cases (I guess it's noteworthy that GitHub syntax highlighting exhibits the same bug)
latest
No response
No response