The syntax highlighting for my haml files in PhpStorm does not work, and the icon is just the icon for plain text. (It should be a red icon with an h, similar to the icon for the scss file.)
The transcompilation works only if File type in the watcher is set to Text files. If I choose HAML files, it tells me that there are "No such files in scope".
Any ideas, why PhpStorm recognizes the scss file, but not the haml file?
First of all -- make sure that HAML support plugin is installed and enabled (whould be by default).
If plugin is good:
Settings | File Types
Text files
entrybackground-clip.haml
or similar)