Merge "Show a warning in edit preview when a template loop is detected"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / mw.rcfilters.HighlightColors.js
1 ( function ( mw ) {
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 mw.rcfilters.HighlightColors = [ 'c1', 'c2', 'c3', 'c4', 'c5' ];
10 }( mediaWiki ) );