[themes] add support.function

This commit is contained in:
Martin Aeschlimann
2016-10-14 18:02:14 +02:00
parent 010c5068d9
commit 073c6d04e9
29 changed files with 488 additions and 474 deletions

View File

@@ -5,7 +5,8 @@
{
"name": "Function declarations",
"scope": [
"entity.name.function"
"entity.name.function",
"support.function"
],
"settings": {
"foreground": "#795E26"
@@ -57,6 +58,18 @@
"settings": {
"foreground": "#001080"
}
},
{
"name": "CSS property value",
"scope": [
"support.property-value",
"constant.rgb-value",
"support.property-value.scss",
"constant.rgb-value.scss"
],
"settings": {
"foreground": "#0451a5"
}
}
]
}