-
Notifications
You must be signed in to change notification settings - Fork 347
Regression quasi-quotes are not highlighted anymore #1041
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
Can you add an example here?
|
Sure. Here is some nonsense that demonstrates the problem:
|
Try to use some HTML inside the quasiquote:
|
But I agree font locking could be more pronouced here. |
Why HTML inside should change anything? I do have a tag (without closing one, because it's Hamlet template) inside in my real code, but it's not highlighted there as well. Simpliest case would be to highlight everywhing between the pipes. Previously it worked (I think). |
Now it should be more visible and should not break. |
That's it. Previously text beween
[foo|
and|]
was highlighted just like string, but now it's not. In some cases highlighting “breaks” entirely at this point and the rest of document after quasi-quote is not highlighted at all. This regression is relatively new, I think it's less than a week old.The text was updated successfully, but these errors were encountered: