-
Notifications
You must be signed in to change notification settings - Fork 107
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
v0.15.0
breaks syntax highlighting
#344
Comments
I am having the same problem @NobbZ, for now I will use the latest "stable" version of extension and keep an eye on the bugfix. |
Similar to phoenixframework/vscode-phoenix#19, this looks like an interaction between the grammar and VS Code's built-in bracket pair colorization feature. Specifically, this commit introduced |
This is harmless
I will have to revert it. My intention was to match |
Regarding docstring highlighting that does not terminate, it appears to occur (for me) when a list is present in the markdown of the docstring. Removing the |
I have a problem with @moduledoc syntax highlighting and nested modules. If @moduledoc is in a nested module, the syntax highlighting is broken |
I had to remove markdown highlighting in heredocs. It interfered with elixir grammar and I couldn't find a workaround. |
See images.
Before update
After update
The text was updated successfully, but these errors were encountered: