]> git.eshelyaron.com Git - emacs.git/commit
elixir-ts-mode: Bring the faces' use closer to other ts modes
authorDmitry Gutov <dmitry@gutov.dev>
Wed, 7 Feb 2024 01:54:29 +0000 (03:54 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 7 Feb 2024 10:56:34 +0000 (11:56 +0100)
commit92a3b8af84b61f9550298fc9e1ecbf1f198b0dc8
treea87e61b8cc3f8ff922440e2bb6cdd06d40549acd
parent22057b1c4ea432a7d5efa2bfbf06034aae618eba
elixir-ts-mode: Bring the faces' use closer to other ts modes

* lisp/progmodes/elixir-ts-mode.el (elixir-ts--font-lock-settings):
Rename feature 'elixir-function-name' to 'elixir-definition' and
update all deferences.  Add parameters' highlighting with
font-lock-variable-name-face.  Change variable references'
highlighting to use font-lock-variable-use-face.
Move the feature 'elixir-variable' from feature level 3 to level 4, to
match other ts modes (bug#67246).

(cherry picked from commit eb90fb52b08a16ae2bdc8bad6929492b9e693f72)
lisp/progmodes/elixir-ts-mode.el