@bhsd/codemirror-mediawiki 2.9.5 → 2.10.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 +4 -3
- package/dist/main.min.js +24 -12
- package/dist/mw.min.js +4 -4
- package/dist/mw.min.js.map +3 -3
- package/dist/plugins.d.ts +4 -1
- package/i18n/en.json +1 -1
- package/i18n/zh-hans.json +1 -1
- package/i18n/zh-hant.json +1 -1
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
- [replaceSelections](#replaceselections)
|
|
31
31
|
- [Extensions](#extensions)
|
|
32
32
|
- [allowMultipleSelections](#allowmultipleselections)
|
|
33
|
+
- [autocompletion](#autocompletion)
|
|
33
34
|
- [bracketMatching](#bracketmatching)
|
|
34
35
|
- [closeBrackets](#closebrackets)
|
|
35
36
|
- [highlightActiveLine](#highlightactiveline)
|
|
@@ -430,9 +431,9 @@ Allow multiple selections.
|
|
|
430
431
|
|
|
431
432
|
## autocompletion
|
|
432
433
|
|
|
433
|
-
*version added: 2.
|
|
434
|
+
*version added: 2.10.0*
|
|
434
435
|
|
|
435
|
-
Provide autocompletion for
|
|
436
|
+
Provide autocompletion for MediaWiki, CSS and JavaScript modes.
|
|
436
437
|
|
|
437
438
|
## bracketMatching
|
|
438
439
|
|
|
@@ -477,7 +478,7 @@ Key bindings:
|
|
|
477
478
|
|
|
478
479
|
## codeFolding
|
|
479
480
|
|
|
480
|
-
*version added: 2.
|
|
481
|
+
*version added: 2.10.0*
|
|
481
482
|
|
|
482
483
|
Fold template parameters.
|
|
483
484
|
|