zig-mode icon indicating copy to clipboard operation
zig-mode copied to clipboard

Add syntax highlighting for block labels

Open mdsteele opened this issue 7 years ago • 0 comments

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.

mdsteele avatar Sep 04 '18 13:09 mdsteele