A human-friendly DSL for ATProto Lexicons
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix syntax highlighting

+2 -2
+2 -2
website/static/js/app.js
··· 121 121 await wasmModule.default(); 122 122 wasm = wasmModule; 123 123 124 - // Load Shiki with custom MLF grammar and JSON 124 + // Load Shiki with custom MLF grammar and all output languages 125 125 highlighter = await createHighlighter({ 126 126 themes: ['dracula'], 127 - langs: ['json', mlfGrammar] 127 + langs: ['json', 'typescript', 'go', 'rust', mlfGrammar] 128 128 }); 129 129 130 130 // Initialize the editor