How to configure SublimeLinter for mac

I am trying to configure SublimeLinter (Mac), but something should go wrong, since php lint just doesn't work. I installed and uninstalled the package many times, tried to add / remove php support, following the various tutorials I found, but no one worked. I thought that Sublime packages were straightforward, both installation and use. Did I miss something?

+6
source share
1 answer

I believe Sublime sets the PHP syntax to HTML by default. Change the syntax to PHP if you want it to burst like PHP.

+2
source

All Articles