Skip to content

Commit

Permalink
Add php-specific rules by @b-ozcan
Browse files Browse the repository at this point in the history
  • Loading branch information
rokoroku committed Jul 20, 2020
1 parent bed2f32 commit 2cec3b9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions themes/darcula.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,27 @@
"settings": {
"foreground": "#CC8242"
}
},
{
"name": "PHP variables",
"scope": ["variable.language.php", "variable.other.php"],
"settings": {
"foreground": "#9E7BB0"
}
},
{
"name": "PHP variables",
"scope": ["variable.other.property.php"],
"settings": {
"foreground": "#CC8242"
}
},
{
"name": "PHP variables",
"scope": ["support.variable.property.php"],
"settings": {
"foreground": "#FFC66D"
}
}
]
}

0 comments on commit 2cec3b9

Please sign in to comment.