Minor improvements. Now with spell check!

This commit is contained in:
Scott Idem
2025-07-08 19:19:27 -04:00
parent ef291f4be0
commit 8672796bac
3 changed files with 11 additions and 9 deletions

View File

@@ -120,6 +120,8 @@ if (use_tab) { extensions.push(keymap.of([indentWithTab])); }
if (tab_size) { extensions.push(indentUnit.of(" ".repeat(tab_size))); }
// Enable spell check
extensions.push(EditorView.contentAttributes.of({ spellcheck: "true" }));
// let languages = [
// { name: 'CSS', mode: 'css' },