@bhsd/codemirror-mediawiki 2.15.2 → 2.15.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/codemirror.d.ts +1 -1
- package/dist/main.min.js +1 -1
- package/dist/mw.min.js +16 -16
- package/dist/static.d.ts +2 -2
- package/dist/token.d.ts +3 -3
- package/i18n/en.json +1 -1
- package/i18n/zh-hans.json +1 -1
- package/i18n/zh-hant.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -490,7 +490,7 @@ Highlight trailing whitespace in a red-orange color.
|
|
|
490
490
|
|
|
491
491
|
## highlightSelectionMatches
|
|
492
492
|
|
|
493
|
-
*version added: 2.15.
|
|
493
|
+
*version added: 2.15.3*
|
|
494
494
|
|
|
495
495
|
Highlight texts that match the selection in light green.
|
|
496
496
|
|
|
@@ -518,7 +518,7 @@ Key bindings:
|
|
|
518
518
|
|
|
519
519
|
## scrollPastEnd
|
|
520
520
|
|
|
521
|
-
*version added: 2.15.
|
|
521
|
+
*version added: 2.15.3*
|
|
522
522
|
|
|
523
523
|
Allow the editor to be scrolled down past the end of the document.
|
|
524
524
|
|
package/dist/codemirror.d.ts
CHANGED
|
@@ -120,5 +120,5 @@ export declare class CodeMirror6 {
|
|
|
120
120
|
* 将wikiparser-node设置转换为codemirror-mediawiki设置
|
|
121
121
|
* @param config
|
|
122
122
|
*/
|
|
123
|
-
static getMwConfig: (
|
|
123
|
+
static getMwConfig: ({ parserFunction, protocol, nsid, variants, redirection, ext, doubleUnderscore, img }: import("wikiparser-node").JsonConfig) => MwConfig;
|
|
124
124
|
}
|