Prepare for REL1_33 cut, labelling master as 1.34-alpha
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / HighlightColors.js
1 ( function () {
2 /**
3 * Supported highlight colors.
4 * Warning: These are also hardcoded in "styles/mw.rcfilters.variables.less"
5 *
6 * @member mw.rcfilters
7 * @property {string[]}
8 */
9 var HighlightColors = [ 'c1', 'c2', 'c3', 'c4', 'c5' ];
10
11 module.exports = HighlightColors;
12 }() );