chore: revert changes to codemirror's config

This commit is contained in:
Tasia Iso 2024-02-20 18:45:46 +01:00
parent ed65da4340
commit 12c7515ee8
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -22,7 +22,7 @@ const extensions = [
lineNumbers(), lineNumbers(),
highlightActiveLineGutter(), highlightActiveLineGutter(),
highlightSpecialChars(), highlightSpecialChars(),
// highlightWhitespace(), highlightWhitespace(),
history(), history(),
foldGutter(), foldGutter(),
drawSelection(), drawSelection(),
@ -37,7 +37,7 @@ const extensions = [
crosshairCursor(), crosshairCursor(),
highlightActiveLine(), highlightActiveLine(),
highlightSelectionMatches(), highlightSelectionMatches(),
// highlightTrailingWhitespace(), highlightTrailingWhitespace(),
keymap.of([ keymap.of([
...defaultKeymap, ...defaultKeymap,
...searchKeymap, ...searchKeymap,