mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-16 19:10:50 +00:00
13 lines
634 B
JSON
13 lines
634 B
JSON
|
{
|
||
|
"@metadata": {
|
||
|
"authors": [
|
||
|
"Brion Vibber"
|
||
|
]
|
||
|
},
|
||
|
"syntaxhighlight-desc": "Provides syntax highlighting <code><syntaxhighlight></code> using [http://qbnz.com/highlighter/ GeSHi - Generic Syntax Highlighter]",
|
||
|
"syntaxhighlight-specify": "You need to specify a language like this:",
|
||
|
"syntaxhighlight-supported": "Supported languages for syntax highlighting:",
|
||
|
"syntaxhighlight-err-loading": "(error loading supported language list)",
|
||
|
"syntaxhighlight-err-language": "Invalid language.",
|
||
|
"geshi.css": "/* CSS placed here will be applied to GeSHi syntax highlighting */"
|
||
|
}
|