mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
chore(code): mark syntax highlighting as fallback
This commit is contained in:
@@ -26,7 +26,7 @@ export default class CodeMirror extends EditorView {
|
||||
indentWithTab
|
||||
]),
|
||||
languageCompartment.of([]),
|
||||
syntaxHighlighting(defaultHighlightStyle),
|
||||
syntaxHighlighting(defaultHighlightStyle, { fallback: true }),
|
||||
highlightActiveLine(),
|
||||
highlightSelectionMatches(),
|
||||
bracketMatching(),
|
||||
|
||||
Reference in New Issue
Block a user