elixir-editors / elixir-editors/emacs-elixir
highlight quoted atoms as atoms not strings
Open
- Dominant language
- Emacs Lisp
- Stars
- 454
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
quoted atoms are highlighted a strings at the moment that can lead to confusion:
```elixir
:"atom" == :atom
[atom: 42, "atom": 42]
%{atom: 42, "atom": 42}
```
should be highlighted the same
Contributor guide
Assessment
This issue has not been assessed yet.