UNPKG

svelte-highlight

Version:

Svelte component library for highlighting code using highlight.js

5 lines (3 loc) 138 B
import register from "highlight.js/lib/languages/profile"; export const profile = { name: "profile", register }; export default profile;