mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-15 02:04:02 +00:00
44c31c9122
When there are standalone special characters '<', '[', '{', and '~' in the section header, the ending '=' will not be highlighted while the ending characters in the next line are incorrectly highlighted. This is because the ending '=' is eaten as plain text at the end of function eatWikiText(). A less aggressive plain text matching does not hurt. Bug: T309143 Depends-On: I47dad71df97f38c55550f71baf6dae67dbe0a2ba Change-Id: I4a9c6c6cb2f7fbc212808e386124a56676fdbfb1 |
||
---|---|---|
.. | ||
addon | ||
lib | ||
mode/mediawiki | ||
modules/ve-cm | ||
.eslintrc.json | ||
ext.CodeMirror.js | ||
ext.CodeMirror.less |