forked from cory/tildefriends
		
	chore: revert changes to codemirror's config
This commit is contained in:
		
							
								
								
									
										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(), | ||||
| 	highlightActiveLineGutter(), | ||||
| 	highlightSpecialChars(), | ||||
| 	// highlightWhitespace(), | ||||
| 	highlightWhitespace(), | ||||
| 	history(), | ||||
| 	foldGutter(), | ||||
| 	drawSelection(), | ||||
| @@ -37,7 +37,7 @@ const extensions = [ | ||||
| 	crosshairCursor(), | ||||
| 	highlightActiveLine(), | ||||
| 	highlightSelectionMatches(), | ||||
| 	// highlightTrailingWhitespace(), | ||||
| 	highlightTrailingWhitespace(), | ||||
| 	keymap.of([ | ||||
| 		...defaultKeymap, | ||||
| 		...searchKeymap, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user