I like to use the sublime text to develop some things in php. But there is one thing that has not yet been implemented.
When I create a trait
, sublime text
does not "color" the keyword trait
as expected.
How can I make the sublime text mark the words below as keywords?
insteadof
, trait
, callable
Is there a PHP 5.4+ package to install on the sublime?