Hacker News new | ask | show | jobs
by MrJohz 1098 days ago
Maybe, but Vue also has SFCs, and I've never once had issues with syntax highlighting or code formatting there.
1 comments

the distinct difference between Vue and Svelte is html in Vue need to be wrapped in `<template>` tag. There is no such restriction in Svelte SFCs.