elixir-editors / elixir-editors/emacs-elixir

highlight quoted atoms as atoms not strings

Open
#412 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.