This file is indexed.

/usr/share/source-highlight/mediawiki.outlang is in libsource-highlight-common 3.1.8-1.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# who to blame for bugs in this file: Abe Skolnik
# Abe`s internal version #: 5

include "html_ref.outlang"

extension "html"

bold "<b>$text</b>"
italics "<i>$text</i>"
underline "<u>$text</u>"
color "<span style=\"color:$style;\">$text</span>"

colormap
"green" "#33CC00"
"red" "#FF0000"
"darkred" "#990000"
"blue" "#0000FF"
"brown" "#9A1900"
"pink" "#CC33CC"
"yellow" "#FFCC00"
"cyan" "#66FFFF"
"purple" "#993399"
"orange" "#FF6600"
"brightorange" "#FF9900"
"brightgreen" "#33FF33"
"darkgreen" "#009900"
"black" "#000000"
"teal" "#008080"
"gray" "#808080"
"darkblue" "#000080"
"white" "#FFFFFF"
default "#000000"
end

translations
"&" "&amp;"
"<" "&lt;"
">" "&gt;"
"\n" "<br/>\n"
" " "&nbsp;"
"\t" "&nbsp;&nbsp;"
end