0.0.2 • Published 4 years ago

@snlab/refractor-svelte v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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'))