-
-
Notifications
You must be signed in to change notification settings - Fork 419
Comment syntax highlighting problem with Go #380
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
Comments
This was referenced Jul 15, 2020
mrsdizzie
pushed a commit
to mrsdizzie/chroma
that referenced
this issue
Jul 15, 2020
To allow proper detection of single line comments when there is no \n Fixes alecthomas#380
mrsdizzie
added a commit
to mrsdizzie/chroma
that referenced
this issue
Jul 15, 2020
To allow proper detection of single line comments when there is no \n Fixes alecthomas#380
mrsdizzie
added a commit
to mrsdizzie/chroma
that referenced
this issue
Jul 15, 2020
To allow proper detection of single line comments when there is no \n Fixes alecthomas#380
mrsdizzie
added a commit
to mrsdizzie/chroma
that referenced
this issue
Jul 15, 2020
To allow proper detection of single line comments when there is no \n Fixes alecthomas#380
alecthomas
pushed a commit
that referenced
this issue
Jul 15, 2020
To allow proper detection of single line comments when there is no \n Fixes #380
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to highlight the following snippet:
Which gets rendered as this:
I suspect this is similar to #104, #106, and #142 in that EnsureNL should be enabled for the Go lexer.
The text was updated successfully, but these errors were encountered: