mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-18 00:02:28 +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
|
indentWithTab
|
||||||
]),
|
]),
|
||||||
languageCompartment.of([]),
|
languageCompartment.of([]),
|
||||||
syntaxHighlighting(defaultHighlightStyle),
|
syntaxHighlighting(defaultHighlightStyle, { fallback: true }),
|
||||||
highlightActiveLine(),
|
highlightActiveLine(),
|
||||||
highlightSelectionMatches(),
|
highlightSelectionMatches(),
|
||||||
bracketMatching(),
|
bracketMatching(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user