@setoelkahfi / svara / commits / 837e492

improved syntax highlighting

mellbacon committed Jan 1, 2023 at 12:27 UTC 837e4922f67af1fb1c44eec81362f3b7c4b8d51b
1 file changed +2
src/components/Editor/CodeMirrorEditor.svelte
+2
@@ -9,6 +9,8 @@
9 import settings from "../../config/nucleus-settings.json";
10 import { autosave, executeEditorShortcut } from "../../config/config";
11 import { saveFile, updateSaveState } from "../../scripts/EditorFile";
12 + import "./syntaxhighlighting.scss";
13 +
14
15 const shortcuts = Object.entries(settings.shortcuts);
16 let keys = {};