mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-15 02:04:02 +00:00
7b01a98ad0
Long-term todo: * Performance will be poor on large pages due to using a auto-height textarea which CodeMirror doesn't optimise. Change-Id: I16598fcdbeee51e6fae88376ec81f1c8552b383d
12 lines
317 B
JSON
12 lines
317 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"pastakhov"
|
|
]
|
|
},
|
|
"codemirror-desc": "Provides syntax highlighting in wikitext editor",
|
|
"codemirror-enable-label": "Enable CodeMirror (Syntax highlight)",
|
|
"codemirror-disable-label": "Disable CodeMirror (Syntax highlight)",
|
|
"codemirror-toggle-label": "Syntax highlighting"
|
|
}
|