mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
chore(code): mark syntax highlighting as fallback
This commit is contained in:
parent
df92ec9521
commit
67d1868078
@ -26,7 +26,7 @@ export default class CodeMirror extends EditorView {
|
||||
indentWithTab
|
||||
]),
|
||||
languageCompartment.of([]),
|
||||
syntaxHighlighting(defaultHighlightStyle),
|
||||
syntaxHighlighting(defaultHighlightStyle, { fallback: true }),
|
||||
highlightActiveLine(),
|
||||
highlightSelectionMatches(),
|
||||
bracketMatching(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user