Your comments

having such an issue, 

class MyException extends Exception{}  

is coloured nicely, then:

namespace App\Module;

class MyException extends \Exception{}

lacks the colours, the whole line after class  is just white.