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
Syntax highlighting breaks with two single quotes #2
Comments
|
I've managed to identify the cause of this problem. The solution will take a while however. |
|
Would be nice to have this fixed, as everything bellow this is just 'yellow' in my case :p |
|
Having the same issue here, @dz4k what would the fix entail? |
As a temporary fix, it might work to put E.g. |
|
For the code in question I changed to single quotes for |

Thank you for your super handy extension! I think I found a bug. Copy/paste the following code into VisualStudio:
You will notice that from the string
Buttondownwards the syntax highlighting breaks. This is due to the two single quotes''at the end of the hyperscript string.If you add a space between the two quotes
' 'the syntax highlighting if recovered. Without the space syntax highlighting breaks.This happens only with the last pair of quotes in the hyperscript string. If you add a space between the first quotes (near the
==) the behaviour does'nt change.The text was updated successfully, but these errors were encountered: