Class XMLColorsSettings
java.lang.Object
org.eclipse.lemminx.extensions.colors.settings.XMLColorsSettings
XML colors settings:
"xml.colors": [
// XML colors applied for text node for android colors.xml files
{
"pattern": "/res/values/colors.xml",
"expressions": [
{
"xpath": "resources/color/text()"
}
]
},
// XML colors applied for @color attribute for another files
{
"pattern": "/my-colors.xml",
"expressions": [
{
"xpath": "@color"
}
]
}
]
- Author:
- Angelo ZERR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic XMLColorsSettingsgetXMLColorsSettings(Object initializationOptionsSettings) void
-
Constructor Details
-
XMLColorsSettings
public XMLColorsSettings()
-
-
Method Details
-
getColors
-
setColors
-
getXMLColorsSettings
-