You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When stuff gets highlighted incorrectly it's likely because the two ends of the range don't have the same parent element. there's some munging that happens to try and make it behave but it's clearly not sophisticated enough
number 1
https://svelte-omnisite.vercel.app/tutorial/svelte/html-tags

According to the code, the whole
@html
should be highlighted in green, but currently only the@
is highlighted.svelte.dev/apps/svelte.dev/content/tutorial/01-svelte/01-introduction/06-html-tags/index.md
Line 13 in 5df7fa7
number 2
https://svelte-omnisite.vercel.app/tutorial/svelte/universal-reactivity

wth?
number 3 (similar to number 1)
http://localhost:5173/tutorial/svelte/each-blocks

svelte.dev/apps/svelte.dev/content/tutorial/01-svelte/04-logic/04-each-blocks/index.md
Lines 32 to 35 in 5df7fa7
number x
There are a few more cases like number 1 and 3, but im not going to list them all here, as it's probably going to be just one fix for all of them
The text was updated successfully, but these errors were encountered: