I'm editing a saved .php file in Sublime Text 3 (build 3126 for mac), and when I try to comment something out using cmd+/, Sublime inserts the standard HTML comment
<!-- -->
Sublime does not comment out when I try to use DocBlocks, /* */, # or //.
I've checked and Sublime is currently set to PHP syntax, as it should be. The Build System is set to Automatic. Has anyone ever experienced this and do you know of a fix? I couldn't find this problem anywhere on StackExchange and the only thing I found on Google was:
https://forum.sublimetext.com/t/cant-set-syntax-to-php/7478/8
Since their symptoms don't exactly match mine, I thought I'd ask here before I go as far as clearing caches that I don't know much about.