elixir-lsp / vscode-elixir-ls

Elixir language support and debugger for VS Code, powered by ElixirLS.
https://marketplace.visualstudio.com/items?itemName=JakeBecker.elixir-ls
MIT License
545 stars 105 forks source link

Fix syntax highlighting incorrectly #350

Closed oo6 closed 1 year ago

oo6 commented 1 year ago

resolve #347

Inspect Editor Tokens and Scopes in vscode

And I inspected the snake_case case

image
lukaszsamson commented 1 year ago

Thanks