feat: configure syntax highlighting

This commit is contained in:
Max Richter
2025-09-30 21:01:26 +02:00
parent 2a1572f99d
commit c2179c6d22
8 changed files with 72 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ export default defineConfig({
exclude: [
"svelte-codemirror-editor",
"codemirror",
"@codemirror/language-javascript", /* ... */
"@codemirror/language",
],
},
});