zig-mode
zig-mode copied to clipboard
Add syntax highlighting for block labels
Emacs c-mode applies font-lock-constant-face to labels (e.g. foo:) and label references (e.g. goto foo;). We should have zig-mode do something similar for e.g. blk: { ... } and break :blk.