We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@doc
What the issue title says. Example:
defmodule MyModule.Test do def some_fn do IO.puts("Hello World") end @doc "This doc breaks highlighting" def some_other_fn do IO.puts("Hello World") end end
Renders in Cursor like in the screenshot:
Elixir version:
❯ elixir --version Erlang/OTP 26 [erts-14.2.5.4] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit] Elixir 1.17.3 (compiled with Erlang/OTP 26)
The text was updated successfully, but these errors were encountered:
Fix for it here lexical-lsp/vscode-lexical#92
You can manually edit ~/.vscode/extensions/syntaxes/elixir.json or ~/.cursor/extensions/syntaxes/elixir.json if you like and reload.
~/.vscode/extensions/syntaxes/elixir.json
~/.cursor/extensions/syntaxes/elixir.json
Sorry, something went wrong.
Thank you @pdm-jd! Closing this one, since the problem is on the vscode extension.
For anyone stumbling upon this, the file to fix for me was at path .cursor/extensions/lexical-lsp.lexical-0.0.19/syntaxes/elixir.json.
.cursor/extensions/lexical-lsp.lexical-0.0.19/syntaxes/elixir.json
No branches or pull requests
What the issue title says. Example:
Renders in Cursor like in the screenshot:
Elixir version:
The text was updated successfully, but these errors were encountered: