This is the first step of {T259059}. Once completeThis will only put us in a basic working state with CodeMirror 6, the extension will become totally broken,with everything behind a temporary feature flag. but put us on the rThe actual syntax highlight path to a working stateing and other features are to follow.
**Acceptance criteria**
* Using the [[ https://www.npmjs.com/package/codemirror | basic CodeMirror package ]], identify which modules under the `@codemirror` namespace we need.
* Package the files if necessaryCreate new `ext.CodeMirror.v6.WikiEditor` module that is loaded when `$wgCodeMirrorV6` is set or if the `cm6enable=1` URL query parameter is set.
* Configure them in extension.json* Visually, registering them as [[ https://www.mediawiki.org/wiki/ResourceLoader/Package_files | package files ]] (which is the first bullet point of T272035)
* Create new `ext.CodeMirror.v6.WikiEditor` module that is loaded when `$wgCodeMirrorV6` is setenabling CodeMirror should give you a monospaced text editor without any syntax highlighting. Relevant features of #wikieditor should still work, and you should still be able to save the page, etc.