mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-14 18:15:57 +00:00
Add language mapping for geshi apt_sources to debsources
Bug: T132310 Change-Id: Ic2081d710e28cb603b59d4f4a8fa1fe25ca4d877
This commit is contained in:
parent
79dcd57ee8
commit
55c8628d47
|
@ -120,6 +120,9 @@ class GeSHi {
|
|||
// Upstream bug:
|
||||
// https://bitbucket.org/birkenfeld/pygments-main/issues/1207
|
||||
'emacs-lisp' => 'elisp',
|
||||
|
||||
// apt
|
||||
'apt_sources' => 'debsources',
|
||||
);
|
||||
|
||||
public function __construct( $html ) {
|
||||
|
|
Loading…
Reference in a new issue