Class XMLColorsPlugin

java.lang.Object
org.eclipse.lemminx.extensions.colors.XMLColorsPlugin
All Implemented Interfaces:
IXMLExtension

public class XMLColorsPlugin extends Object implements IXMLExtension
XML colors plugin. This plugin provides the capability to support color with 'xml.colors' settings. "xml.colors": [ // XML colors applied for text node for android colors.xml files { "pattern": "/res/values/colors.xml", "expressions": [ { "path": "resources/color/text()" } ] }, // XML colors applied for @color attribute for another files { "pattern": "/my-colors.xml", "expressions": [ { "path": "@color" } ] } ]
Author:
Angelo ZERR