Skip to content

Commit

Permalink
Fix apply elixir-ts-atom face to standalone atoms.
Browse files Browse the repository at this point in the history
  • Loading branch information
wkirschbaum committed Nov 28, 2023
1 parent e09370d commit 23fc038
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for elixir-ts-mode ( MELPA )

## v1.6
### 1. Enhancements

### 2. Bug fixes
* [font] Apply elixir-ts-atom face to standalone atoms.

## v1.5

This version will change some font features to only be applied for
Expand Down
5 changes: 3 additions & 2 deletions elixir-ts-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright (C) 2022, 2023 Wilhelm H Kirschbaum

;; Author : Wilhelm H Kirschbaum
;; Version : 1.5
;; Version : 1.6
;; URL : https://github.com/wkirschbaum/elixir-ts-mode
;; Package-Requires : ((emacs "29.1") (heex-ts-mode "1.3"))
;; Created : November 2022
Expand Down Expand Up @@ -549,7 +549,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 23fc038

Please sign in to comment.