daylerees / colour-schemes

Colour schemes for a variety of editors created by Dayle Rees.
http://daylerees.github.io
Other
9.32k stars 1.62k forks source link

Add missing PHP_PARAMETER to Jetbrains pattern #196

Closed nochso closed 8 years ago

nochso commented 8 years ago

When using any of the Jetbrains themes in PHPStorm, the missing PHP_PARAMETER causes all method parameters to use an out-of-place color.

With this change the method parameters will fall back to the usual parameter color.

daylerees commented 8 years ago

Thanks!