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