@bhsd/codemirror-mediawiki 2.13.0 → 2.13.1

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/dist/config.d.ts CHANGED
@@ -18,6 +18,7 @@ declare const modeConfig: {
18
18
  * HTML tags that are only self-closing.
19
19
  */
20
20
  voidHtmlTags: string[];
21
+ selfClosingTags: string[];
21
22
  /**
22
23
  * Mapping of MediaWiki-esque token identifiers to a standardized lezer highlighting tag.
23
24
  * Values are one of the default highlighting tags.
@@ -41,6 +42,7 @@ declare const modeConfig: {
41
42
  extTagAttribute: string;
42
43
  extTagBracket: string;
43
44
  extTagName: string;
45
+ fileText: string;
44
46
  freeExtLink: string;
45
47
  freeExtLinkProtocol: string;
46
48
  hr: string;