pouyakary / ProColors

A collection of coding themes for syntax highlighting and the editors that are designed to be available in dark and light modes with a very high precision of harmony and token definition coverage.
https://marketplace.visualstudio.com/items?itemName=karyfoundation.theme-karyfoundation-themes
GNU General Public License v3.0
109 stars 10 forks source link

Improve syntax highlighting for PHP #8

Closed coastermcgee closed 7 years ago

coastermcgee commented 7 years ago

I've been working with the light theme in VS Code and am loving it so far!

I'm just wondering if there's any chance for improved PHP support? It doesn't look like much tweaking is needed but I'm coding in Laravel at the moment and have noticed some things aren't being colorized (classes in use statement, classes/methods called statically, etc):

example

Thanks!

pouyakary commented 7 years ago

@coastermcgee thanks a lot for using this theme. There are no PHP devs in our team so this things happens. I can use this code as an example to include all the stuff that is in the lang:

https://learnxinyminutes.com/docs/php/

Is this enough or you want an specific thing? And also this will take time because we are a bit busy right now. Hope that's no problem to you :D

coastermcgee commented 7 years ago

Yep no problem, that sounds great! Thanks again!