Syntax Highlighting for Decorated Code Blocks in Svelte TemplatesThis extension adds syntax highlighting to – and snippets for – the @samplekit/preprocess-shiki NPM package. The NPM package allows you to write decorated code blocks (via Shiki) directly in Svelte templates without disrupting other tools like svelte-check, Prettier, ESLint, TypeScript, etc. ExamplesWithout ExtensionWith ExtensionSupported SyntaxThe supported syntax matches that of the NPM package's preprocessor. In Svelte markup, wrap blocks with Links |