chore: revert changes to codemirror's config
This commit is contained in:
parent
ed65da4340
commit
12c7515ee8
2
deps/codemirror/cm6.js
vendored
2
deps/codemirror/cm6.js
vendored
File diff suppressed because one or more lines are too long
4
deps/codemirror_src/editor.mjs
vendored
4
deps/codemirror_src/editor.mjs
vendored
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user