forked from cory/tildefriends
		
	Gotta highlight that whitespace.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4769 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
		
							
								
								
									
										3
									
								
								deps/codemirror_src/editor.mjs
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								deps/codemirror_src/editor.mjs
									
									
									
									
										vendored
									
									
								
							| @@ -5,7 +5,7 @@ import {html} from "@codemirror/lang-html" | ||||
| import {css} from "@codemirror/lang-css" | ||||
| import {search} from "@codemirror/search" | ||||
| import {oneDark} from "@codemirror/theme-one-dark" | ||||
| import {lineNumbers, highlightActiveLineGutter, highlightSpecialChars, drawSelection, dropCursor, rectangularSelection, crosshairCursor, highlightActiveLine, keymap} from '@codemirror/view'; | ||||
| import {lineNumbers, highlightActiveLineGutter, highlightSpecialChars, drawSelection, dropCursor, rectangularSelection, crosshairCursor, highlightActiveLine, keymap, highlightWhitespace} from '@codemirror/view'; | ||||
| import {foldGutter, indentOnInput, syntaxHighlighting, defaultHighlightStyle, bracketMatching, foldKeymap} from '@codemirror/language'; | ||||
| import {history, defaultKeymap, historyKeymap} from '@codemirror/commands'; | ||||
| import {highlightSelectionMatches, searchKeymap} from '@codemirror/search'; | ||||
| @@ -22,6 +22,7 @@ const extensions = [ | ||||
| 	lineNumbers(), | ||||
| 	highlightActiveLineGutter(), | ||||
| 	highlightSpecialChars(), | ||||
| 	highlightWhitespace(), | ||||
| 	history(), | ||||
| 	foldGutter(), | ||||
| 	drawSelection(), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user