mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
838eddaedb
Part of the ongoing effort to expand the amount of languages that can be highlighted by syntaxhighlight module to match that of SyntaxHighlight GeSHi extension. The module now separates language names with their file names. Change-Id: Iaf907ebeadc9432719a45f4e9e8d580bb32ca668
12 lines
139 B
JSON
12 lines
139 B
JSON
{
|
|
"highlighter" :
|
|
[
|
|
{
|
|
"match" : "/(\\+|-|\\[|\\]|Y|<|>|,|\\.)/g",
|
|
"style" : "ve-ce-mwSynHi-symbol"
|
|
}
|
|
],
|
|
"validator" :
|
|
[
|
|
]
|
|
} |