chore(code): mark syntax highlighting as fallback

This commit is contained in:
Elian Doran 2025-05-11 12:13:45 +03:00
parent df92ec9521
commit 67d1868078
No known key found for this signature in database

View File

@ -26,7 +26,7 @@ export default class CodeMirror extends EditorView {
indentWithTab
]),
languageCompartment.of([]),
syntaxHighlighting(defaultHighlightStyle),
syntaxHighlighting(defaultHighlightStyle, { fallback: true }),
highlightActiveLine(),
highlightSelectionMatches(),
bracketMatching(),