@bhsd/codemirror-mediawiki 2.12.6 → 2.13.0
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 +1 -1
- package/dist/config.d.ts +1 -0
- package/dist/fold.d.ts +1 -0
- package/dist/main.min.js +15 -15
- package/dist/matchTag.d.ts +4 -4
- package/dist/mediawiki.d.ts +204 -0
- package/dist/mw.min.js +21 -23
- package/i18n/en.json +1 -12
- package/i18n/zh-hans.json +3 -1
- package/i18n/zh-hant.json +3 -1
- package/mediawiki.css +10 -5
- package/package.json +6 -4
package/README.md
CHANGED
|
@@ -499,7 +499,7 @@ Key bindings:
|
|
|
499
499
|
|
|
500
500
|
*version added: 2.3.0*
|
|
501
501
|
|
|
502
|
-
Fold templates, parser functions and extension tags in the MediaWiki mode, and code blocks in other modes.
|
|
502
|
+
Fold sections, templates, parser functions and extension tags in the MediaWiki mode, and code blocks in other modes.
|
|
503
503
|
|
|
504
504
|
Key bindings:
|
|
505
505
|
|
package/dist/config.d.ts
CHANGED
package/dist/fold.d.ts
CHANGED