-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
regression: rendering of strings has bad syntax highlighting #17890
Comments
the same bug is in 1.4 and it's a bug in I was not able to determine the origin of regression: checking git log showed that no essential change was done in Anyway output for 1.2 is not correct because |
git bisect should work (comparing presence of a bad string in the html or css), but maybe in this case we don't need to figure out which commit introduced this change and it can be fixed directly
hmm, it's subjective though; should it highlight it? i don't mind if it does but at least shouldn't be highlighted as above |
@timotheecour |
) * highlite: fix nim-lang#17890 - tokenize Nim escape seq-s * Update tests/stdlib/thighlite.nim Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
Example
nim doc main
Current Output
Expected Output
output with 1.2 was better:
Additional Information
1.5.1 01bca8c
/cc @a-mr if you have any ideas?
The text was updated successfully, but these errors were encountered: