NS9 slice: Theme syntax highlighting with newed highlight groups #60
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
OBJECTIVE: Syntax-highlighted source uses newed-compatible highlight group colors while preserving mimâs source-profile and trace-backed rendering model.
AUTHORITY: Parent #57;
/opt/repositories/newed/newed-theme/src/default_theme.rshighlight group mappings;highlight.rs; mimsrc/syntax.zig; req: coding/002, ui/001-002, testing/001-004.AGENT AUTHORITY:
PARENT: #57 via explicit issue link and parent checklist.
SCOPE: Map mim syntax span classes to semantic theme tokens/highlight groups; update renderer/tests for highlighted Zig/source fixture; add fallback behavior for unknown classes.
BOUNDARIES: Do not change parser/highlighter semantics beyond color application. Do not require Tree-sitter for files that currently render without it.
ACCEPTANCE:
VERIFICATION:
zig build testzig build v1-smokeBLOCKERS: depends on theme token/adaptation support.
Closing receipt for #60.
Implemented in local commit
a9b4eff(Color syntax spans with newed palette):Verification:
zig build✅zig build test✅zig build terminal-e2e✅ (newsyntax-highlight-colorsscenario)zig build run -- --help✅zig build --prefix /tmp/mim-install verify-install-code✅redgate list /opt/repositories/mim/REQUIREMENTS.md && redgate lint /opt/repositories/mim/REQUIREMENTS.md && redgate health /opt/repositories/mim/REQUIREMENTS.md✅