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(), | 	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, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user