mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-27 15:40:00 +00:00
f1aa4c71f6
Turns out the MediaWiki parser behaves odd when confronted with syntax like this: <ref name="a>b"> … </ref> XML and HTML parsers are usually expected to respect the pair of double quotes. But our parser doesn't. What it actually does is this: <ref name="a"> b"> … </ref> This change makes the syntax highlighter behave the same. This makes it easier to spot this issue when editing wikitext. Bug: T270880 Change-Id: I14bdf6630889fb6d0dea53890a693f00d9356f54 |
||
---|---|---|
.. | ||
addon | ||
lib | ||
mode/mediawiki | ||
modules/ve-cm | ||
.eslintrc.json | ||
ext.CodeMirror.js | ||
ext.CodeMirror.less |