@snlab/refractor-svelte
v0.0.2
Published
Svelte language extension for refractor
Downloads
490
Readme
refractor-svelte
Syntax highlighting for svelte code with refractor. Simple wrapper around prism-svelte by pngwn so it can be registered as additional syntax in refractor
.
Install
npm i refractor-svelte
Usage
const refractor = require('refractor');
const svelte = require('refractor-svelte');
refractor.register(svelte)
console.log(refractor.highlight('{#each items as item, i}{item.name}{/each}', 'svelte'))