-
Notifications
You must be signed in to change notification settings - Fork 8
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
HEEx heredoc wrapped in function breaks further highlighting #77
Comments
Hi @zolrath! Thanks a lot for the report, but I believe this is an issue with the Phoenix Framework extension rather than Lexical. Their grammar for the Interestingly, this only appears to be the case with heredoc separators. None of the other separators have this requirement. I've also confirmed that both elixir-ls and elixir-tools share the same issue. I'd suggest you open an issue/PR over on the vscode-phoenix repo. I think the fix might be as simple as removing the |
Oh dang, I thought I had removed all other Elixir/Phoenix extensions before reporting this, sorry about that! |
No worries, mistakes happen! Adding links to the vscode-phoenix issue and corresponding PR for future reference: |
Hello!
When using a HEEx heredoc within a function the
""")
section causes further syntax highlighting to break.Seems like it works properly on GitHub, here's a screenshot from VS Code!
Thanks for the great work on Lexical!
The text was updated successfully, but these errors were encountered: