I’m on OS X.
Can someone tell me where the syntax definition file is for PHP? The docs say it’s a list of regex expressions but I can’t seem to find it.
BTW, the PHP syntax has an annoying bug: myFunc() will highlight correctly, but $myFunc() will not (storing and invoking anonymous functions is supported by the language but sublime text doesn’t highlight the “$” when parentheses are attached).