@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 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
@@ -70,6 +70,7 @@ declare const modeConfig: {
70
70
  tableCaption: string;
71
71
  tableDefinition: string;
72
72
  tableDelimiter: string;
73
+ tableDelimiter2: string;
73
74
  template: string;
74
75
  templateArgumentName: string;
75
76
  templateBracket: string;
package/dist/fold.d.ts CHANGED
@@ -11,3 +11,4 @@ export declare const foldExtension: Extension;
11
11
  */
12
12
  export declare const foldHandler: (view: EditorView) => (e: MouseEvent) => void;
13
13
  export declare const foldOnIndent: Extension;
14
+ export declare const defaultFoldExtension: Extension[];