vscode-elixir-ls icon indicating copy to clipboard operation
vscode-elixir-ls copied to clipboard

Wrong highlighting of nested maps with camel case fields

Open c2bw opened this issue 1 year ago • 0 comments

Environment

  • Elixir & Erlang versions (elixir --version):
Erlang/OTP 27 [erts-15.0] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [jit:ns]

Elixir 1.17.1 (compiled with Erlang/OTP 27)
  • Elixir Language Server version: 0.24.2
  • Operating system: Windows 10
  • Editor or IDE name (e.g. Emacs/VSCode): VSCode
  • Editor Plugin/LSP Client name and version: ElixirLS v0.24.2

Current behavior

Using the dot notation on nested maps with camel case fields result in wrong highlighting of the whole file.

image

c2bw avatar Oct 21 '24 04:10 c2bw