PHP HAML syntax support for Sublime Text 2/3.
The easiest way to install this is with Package Control.
Another way to install is :
$ cd ~/.config/sublime-text-3/Packages/
$ git clone https://github.com/xt99/sublimetext-php-haml.git PHP\ Haml
Plugin should automatically detect PHP HAML syntax in *.haml
files.
Your PHP HAML syntax highlight should look like this :
Probably for HAML support in PHP you would use phamlp
. Here is some useful docs for it :