Toggling comment (Command + / on Mac) uses HTML style comments: ``` <!-- a line --> ``` I'm expecting it to use C style comments: ``` // a line ```