6
I like to use sublime text to develop some things in php. But there’s one thing that hasn’t been implemented yet.
When I create a trait
, the sublime text
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 in sublime?
I don’t think there’s a solution to that yet. See: http://sublimetext.userecho.com/topic/100149-php-54-short-array-syntax-highlight-in-functions/ But I may be mistaken, let’s see if someone doesn’t show up with a.
– Math