4 lines
157 B
JavaScript
4 lines
157 B
JavaScript
|
import { writable } from 'svelte/store';
|
||
|
export const storeHighlightJs = writable(undefined);
|
||
|
// TODO: add support for other highlighters here in the future
|