mediawiki-extensions-Syntax.../modules
Timo Tijhof 7d9c268ffd pygments.linenumbers: Avoid deep jQuery loops on unrelated interactions
Follows-up 42c97fa (I82ed4ade), 63c5943a9 (Ic71346196).

This commit makes no functional changes, but it reduces overhead
from the SyntaxHighlight code when interacting with other features,
such as elaborate modals or other hashchange-heavy code paths that
a gadget might produce.

It uses vanilla DOM instead of jQuery where possible, and adds an
early return rather than fairly deep continuation no-ops.

Change-Id: I2264f6f398193802f05c738bad4c294da007fb27
2021-02-19 03:43:24 +00:00
..
ve-syntaxhighlight VE: Fix highlight of block syntax next to floats 2021-01-25 15:13:31 +00:00
pygments.generated.css Update pygments to 2.8.0 2021-02-18 16:12:33 +00:00
pygments.linenumbers.js pygments.linenumbers: Avoid deep jQuery loops on unrelated interactions 2021-02-19 03:43:24 +00:00
pygments.wrapper.less Move position:relative to inner wrapper 2021-01-25 14:43:18 +00:00