| 1 | import { acceptCompletion, autocompletion, closeBrackets } from '@codemirror/autocomplete'; |
| 2 | import { defaultKeymap, history, historyKeymap } from '@codemirror/commands'; |
| 3 | import { bracketMatching, foldGutter, indentOnInput, indentUnit } from '@codemirror/language'; |
| 4 | import { searchKeymap } from '@codemirror/search'; |
nothing calls this directly
no test coverage detected