-
Notifications
You must be signed in to change notification settings - Fork 15
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
Some sequence hangs the syntax highlighting #11
Comments
Hi @pieroxy I went through all the syntax and I discovered that perhaps the missing self enclosing tag for the input, among other reasons, is causing the rest of the syntax to break. It's still not clear for me why is this happening but I'm working on it. Please try with this snippet:
Notice I change the input tag from |
Hi @dcortes92 ! I have highlighting broken after </script> tag. Removing '?' sign returns normal colors. Here is the screenshot. |
Hi @aeroslav thank you for your comment. Yes this is still an open bug. However, I was working on some workarounds you can use in the meantime. For your example I'd use the
I'm still trying to work a solution for this and #12 so please bear with me 😄 Hope this helps. Daniel |
Hey I have a syntax highlight issue with square brackets in a style tag.
has weird highlighting for the rest of the file. |
Hi @MrNagoo yes I'm still trying to find a solution for this. Unfortunately I haven't got the time (yet) to fix this (sorry about that). |
I'm also experiencing an issue with the <style> tags in a Freemarker template, even without the square brackets |
Take the following example:
The second if statement has no syntax highlighting. Nor does most of the rest of the file. My original file is huge and almost half of it isn't highlighted. For some reason, at some point in the file, the highlighting returns.
Removing
?c
makes it work. Removing the>
in the first</#if
makes it work. Removing the<input>
makes it work. But as it is it doesn't work. I can't get my head around this one.The text was updated successfully, but these errors were encountered: