@bhsd/codemirror-mediawiki 2.30.0 → 2.30.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/dist/codemirror.js +4 -4
- package/dist/indent.d.ts +2 -2
- package/dist/indent.js +3 -3
- package/dist/main.min.js +20 -20
- package/dist/mw.min.js +22 -22
- package/dist/token.js +1 -1
- package/dist/wiki.min.js +22 -22
- package/i18n/en.json +1 -1
- package/i18n/zh-hans.json +1 -1
- package/i18n/zh-hant.json +1 -1
- package/mediawiki.css +1 -1
- package/package.json +10 -10
package/dist/token.js
CHANGED
|
@@ -1199,7 +1199,7 @@ let MediaWiki = (() => {
|
|
|
1199
1199
|
+ getEqual(t);
|
|
1200
1200
|
if (pipe.includes(stream.peek() ?? '')) {
|
|
1201
1201
|
pop(state);
|
|
1202
|
-
return
|
|
1202
|
+
return '';
|
|
1203
1203
|
}
|
|
1204
1204
|
else if (stream.match(/^(?:[&<]|\{\{)/u, false)) {
|
|
1205
1205
|
return this.eatWikiText(style)(stream, state);
|