elixir: Capture identifiers as @variable (#22579)

- Closes: https://github.com/zed-industries/zed/issues/19382

Before/After
<img width="329" alt="Screenshot 2025-01-02 at 13 08 46"
src="https://github.com/user-attachments/assets/ede36fd3-ed55-4436-912c-bb8b7ad9b0cd"
/><img width="329" alt="Screenshot 2025-01-02 at 13 08 18"
src="https://github.com/user-attachments/assets/eb784bdc-fd13-487d-b6ed-c960d8020d9b"
/>


Release Notes:

- N/A
This commit is contained in:
Peter Tripp 2025-01-02 18:27:12 +00:00 committed by GitHub
parent 20c0d72fe4
commit d0c4c0c240
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,6 +67,8 @@
quoted_start: _ @string.special
quoted_end: _ @string.special) @string.special
(identifier) @variable
(
(identifier) @comment.unused
(#match? @comment.unused "^_")