You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enter a single line comment using // and some text, then on any new line below without entering any other text, create a multi-line comment using /* and */
The expected result is that the syntax highlighting shows that they're both comments by placing them both in one color, however the actual result is that the second (multi-line) comment is not treated as a comment by the syntax highlighting. Placing text between the two comments fixes the issue