Your issue has no relation to the original question in this thread. You should have created new thread instead.
Anyway: your Contract.php file is treated as Plain Text (see the icon next to file name?) -- that's why no syntax highlighting. You somehow managed to tell IDE to treat it like that. To undo that:
"Settings/Preferences | Editor | File Types"
Locate Text entry in top list
Remove unwanted pattern from bottom list (will be "Contract.php" or similar)
Hi Robert,
Are you talking about file name colors (not background colors) in Project View panel? If so -- http://www.jetbrains.com/phpstorm/webhelp/file-status-highlights.html
Ah, thanks. Yes, that was what I was searching for.
For the lazy: "During the last update, file was merged with conflicts."
Why the Contract filename clode is gray ?
@Lukai Rat
Your issue has no relation to the original question in this thread. You should have created new thread instead.
Anyway: your Contract.php file is treated as Plain Text (see the icon next to file name?) -- that's why no syntax highlighting. You somehow managed to tell IDE to treat it like that. To undo that: