@bhsd/codemirror-mediawiki 2.15.0 → 2.15.2

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
@@ -38,8 +38,10 @@
38
38
  - [highlightSpecialChars](#highlightspecialchars)
39
39
  - [highlightWhitespace](#highlightwhitespace)
40
40
  - [highlightTrailingWhitespace](#highlighttrailingwhitespace)
41
+ - [highlightSelectionMatches](#highlightselectionmatches)
41
42
  - [escape](#escape)
42
43
  - [codeFolding](#codefolding)
44
+ - [scrollPastEnd](#scrollpastend)
43
45
  - [tagMatching](#tagmatching)
44
46
 
45
47
  </details>
@@ -486,6 +488,12 @@ Show spaces and tabs as dots and arrows.
486
488
 
487
489
  Highlight trailing whitespace in a red-orange color.
488
490
 
491
+ ## highlightSelectionMatches
492
+
493
+ *version added: 2.15.2*
494
+
495
+ Highlight texts that match the selection in light green.
496
+
489
497
  ## escape
490
498
 
491
499
  *version added: 2.2.2*
@@ -508,6 +516,12 @@ Key bindings:
508
516
  - `Ctrl` + `Alt` + `[`: Fold all
509
517
  - `Ctrl` + `Alt` + `]`: Unfold all
510
518
 
519
+ ## scrollPastEnd
520
+
521
+ *version added: 2.15.2*
522
+
523
+ Allow the editor to be scrolled down past the end of the document.
524
+
511
525
  ## tagMatching
512
526
 
513
527
  *version added: 2.4.1*