zed/extensions/zig
Nils Koch a1ef1d3f76
Add syntax highlighting for character literals in Haskell, PureScript, and Zig (#22609)
Closes #22480

Release Notes:

- N/A

| Before | After |
|----------|----------|
| <img width="344" alt="before"
src="https://github.com/user-attachments/assets/37f8daf7-c9a0-4259-8c03-bd1a4479abca"
/> | <img width="344" alt="after"
src="https://github.com/user-attachments/assets/0f7e4429-e48b-4b32-9797-a0da8487e23e"
/> |

Zig, Haskel, and PureScript define a character caputure name in
`highlights.scm`, but we did not define a color for that capture name in
the themes. The new character color is the same as the string color in
all themes.

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
2025-01-03 20:51:43 +00:00
..
languages/zig Add syntax highlighting for character literals in Haskell, PureScript, and Zig (#22609) 2025-01-03 20:51:43 +00:00
src chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
Cargo.toml Add text objects to extensions (#21488) 2024-12-03 13:56:25 -07:00
extension.toml Add text objects to extensions (#21488) 2024-12-03 13:56:25 -07:00
LICENSE-APACHE