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