Skip to content

Commit

Permalink
Fix atom fontification
Browse files Browse the repository at this point in the history
  • Loading branch information
wkirschbaum committed Jan 16, 2024
1 parent 0f43be6 commit 6db05ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion elixir-ts-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,8 @@ This variable is obsolete. Use elixir-ts-sigil-name-face instead."

:language 'elixir
:feature 'elixir-data-type
'([(atom) (alias)] @font-lock-type-face
'((alias) @font-lock-type-face
(atom) @elixir-ts-atom
(keywords (pair key: (keyword) @elixir-ts-keyword-key))
[(keyword) (quoted_keyword)] @elixir-ts-atom
[(boolean) (nil)] @elixir-ts-atom
Expand Down

0 comments on commit 6db05ba

Please sign in to comment.