Always match underscore variables for elixir-ts-mode
authorWilhelm Kirschbaum <wkirschbaum@gmail.com>
Sun, 15 Sep 2024 07:46:07 +0000 (09:46 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 28 Dec 2024 16:37:38 +0000 (17:37 +0100)
commit43a8f0de5ecbe8430917968af703f4a630567461
treeefd1fc111f67bda4f496d225b77fcd4512687c1b
parent2ba6387d1d63072c5faaa7798c8ef7b00ca883c3
Always match underscore variables for elixir-ts-mode

The code comment is invalid, as it is common to treat any _variable as a
comment.

* lisp/progmodes/elixir-ts-mode.el (elixir-ts-font-lock-settings):
Add ":override t" to comment identifier match.  (Bug#75156)
lisp/progmodes/elixir-ts-mode.el