Documentation, build improvements #1

Merged
cory merged 5 commits from tasiaiso/tildefriends:dev_tasia into main 2024-02-21 18:51:02 -05:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 12c7515ee8 - Show all commits

File diff suppressed because one or more lines are too long

View File

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