@override bool matcher(Token token) => token.type == 'color' && token.valueAsString?.startsWith('linear-gradient') == true;