Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

// comment inside /* */ comment breaks parsing for javascript #1340

Closed
CoenraadS opened this issue Mar 8, 2018 · 1 comment
Closed

// comment inside /* */ comment breaks parsing for javascript #1340

CoenraadS opened this issue Mar 8, 2018 · 1 comment

Comments

@CoenraadS
Copy link

Using v1.12.0

Language javascript:

/*
 * ([{}]) 
 * //  <= double slash comment
 * ([{}]) <= punctuation
 */
@Golmote
Copy link
Contributor

Golmote commented Mar 8, 2018

I reverted cebacdf to fix this issue. Because the use-case for single line comment inside multi-line comment is more common than the opposite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants