mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 21:30:53 +08:00
chore(code): mark syntax highlighting as fallback
This commit is contained in:
parent
df92ec9521
commit
67d1868078
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export default class CodeMirror extends EditorView {
|
|||
indentWithTab
|
||||
]),
|
||||
languageCompartment.of([]),
|
||||
syntaxHighlighting(defaultHighlightStyle),
|
||||
syntaxHighlighting(defaultHighlightStyle, { fallback: true }),
|
||||
highlightActiveLine(),
|
||||
highlightSelectionMatches(),
|
||||
bracketMatching(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue