The highlighter should accept nested block comments. ``` /* ------something------ /* ------something------ */ ------something------ */ ``` The present situation is: For the above code only the first 5 lines are highlighted. Expected: All the lines should be highlighted as comments.