parent
1a927d6dc8
commit
c72c314d7d
5 changed files with 20 additions and 10 deletions
|
@ -160,8 +160,10 @@
|
||||||
"constant.language",
|
"constant.language",
|
||||||
"support.constant",
|
"support.constant",
|
||||||
"constant.character",
|
"constant.character",
|
||||||
|
"constant.escape",
|
||||||
"variable.parameter",
|
"variable.parameter",
|
||||||
"keyword.other.unit"
|
"keyword.other.unit"
|
||||||
|
"keyword.other"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "{{variant.scheme.base.orange}}"
|
"foreground": "{{variant.scheme.base.orange}}"
|
||||||
|
@ -186,8 +188,7 @@
|
||||||
{
|
{
|
||||||
"name": "Class, Support",
|
"name": "Class, Support",
|
||||||
"scope": [
|
"scope": [
|
||||||
"entity.name.class",
|
"entity.name",
|
||||||
"entity.name.type.class",
|
|
||||||
"support.type",
|
"support.type",
|
||||||
"support.class",
|
"support.class",
|
||||||
"support.orther.namespace.use.php",
|
"support.orther.namespace.use.php",
|
||||||
|
@ -200,6 +201,15 @@
|
||||||
"foreground": "{{variant.scheme.base.yellow}}"
|
"foreground": "{{variant.scheme.base.yellow}}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Entity Types",
|
||||||
|
"scope": [
|
||||||
|
"support.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "{{variant.scheme.base.paleblue}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "CSS Class and Support",
|
"name": "CSS Class and Support",
|
||||||
"scope": [
|
"scope": [
|
||||||
|
|
|
@ -186,8 +186,8 @@
|
||||||
{
|
{
|
||||||
"name": "Class, Support",
|
"name": "Class, Support",
|
||||||
"scope": [
|
"scope": [
|
||||||
"entity.name.class",
|
"entity.name",
|
||||||
"entity.name.type.class",
|
"entity.name.type",
|
||||||
"support.type",
|
"support.type",
|
||||||
"support.class",
|
"support.class",
|
||||||
"support.orther.namespace.use.php",
|
"support.orther.namespace.use.php",
|
||||||
|
|
|
@ -186,8 +186,8 @@
|
||||||
{
|
{
|
||||||
"name": "Class, Support",
|
"name": "Class, Support",
|
||||||
"scope": [
|
"scope": [
|
||||||
"entity.name.class",
|
"entity.name",
|
||||||
"entity.name.type.class",
|
"entity.name.type",
|
||||||
"support.type",
|
"support.type",
|
||||||
"support.class",
|
"support.class",
|
||||||
"support.orther.namespace.use.php",
|
"support.orther.namespace.use.php",
|
||||||
|
|
|
@ -186,8 +186,8 @@
|
||||||
{
|
{
|
||||||
"name": "Class, Support",
|
"name": "Class, Support",
|
||||||
"scope": [
|
"scope": [
|
||||||
"entity.name.class",
|
"entity.name",
|
||||||
"entity.name.type.class",
|
"entity.name.type",
|
||||||
"support.type",
|
"support.type",
|
||||||
"support.class",
|
"support.class",
|
||||||
"support.orther.namespace.use.php",
|
"support.orther.namespace.use.php",
|
||||||
|
|
|
@ -186,8 +186,8 @@
|
||||||
{
|
{
|
||||||
"name": "Class, Support",
|
"name": "Class, Support",
|
||||||
"scope": [
|
"scope": [
|
||||||
"entity.name.class",
|
"entity.name",
|
||||||
"entity.name.type.class",
|
"entity.name.type",
|
||||||
"support.type",
|
"support.type",
|
||||||
"support.class",
|
"support.class",
|
||||||
"support.orther.namespace.use.php",
|
"support.orther.namespace.use.php",
|
||||||
|
|
Loading…
Reference in a new issue