mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Successfully add monokai theming
This commit is contained in:
parent
74961ff118
commit
d80fc6a397
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
// Copyright: Ankitects Pty Ltd and contributors
|
||||
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
|
||||
import CodeMirror from "codemirror/src/codemirror";
|
||||
import * as CodeMirror from "codemirror/lib/codemirror";
|
||||
import "codemirror/mode/htmlmixed/htmlmixed";
|
||||
|
||||
const codeMirrorOptions = {
|
||||
lineNumbers: true,
|
||||
|
|
Loading…
Reference in a new issue