@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 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.5.1*
434
+ *version added: 2.10.0*
434
435
 
435
- Provide autocompletion for the MediaWiki mode.
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.3.0*
481
+ *version added: 2.10.0*
481
482
 
482
483
  Fold template parameters.
483
484