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

Python f-string quote escapes are broken #1796

Closed
Hornwitser opened this issue Aug 16, 2018 · 0 comments
Closed

Python f-string quote escapes are broken #1796

Hornwitser opened this issue Aug 16, 2018 · 0 comments

Comments

@Hornwitser
Copy link

Escaping a quote in Python f-strings doesn't work in highlight.js 9.12.0.

For example the following code

f'It\'s broken' 'and does\'t work'

is highlighted as the string f'It\' followed by s broken, the string ' ', keyword and, followed by does\ and finally the string 't work'. See this example on jsfiddle

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

1 participant