In my PhpStorm, the file index.php, doesn't look like a PHP script, but a plain text file. How can I fix it?

index.php or very similarSimilar SO questions:
Follow this steps:
Open PHPStorm settings by using Ctrl+Alt+S
PHP Files (PHP) from Recognized file types.php extension in below area (Registered Patterns). If not found add PHP.
*.phpexsit,my question is only the file of index.php look like plain text ,the other file of php script is ok.Right click on index.php and select "Mark as PHP".
(This option is there on PHPStorm 7.x, I'm not sure about 6.)
Mark as Plain Text in other php script. but right click on index.php , can't get the option