aboutsummaryrefslogtreecommitdiff
path: root/todo.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-13 17:27:30 -0500
committerCraig Jennings <c@cjennings.net>2026-06-13 17:27:30 -0500
commita0d45cbb48ffe97579a5b4797e48508a8eac4ca4 (patch)
treeada761d64d614a75394431ce4a4f0666e7fc5740 /todo.org
parent87bf78550ef412b86745b71f414b00ca40a91d76 (diff)
downloaddotemacs-a0d45cbb48ffe97579a5b4797e48508a8eac4ca4.tar.gz
dotemacs-a0d45cbb48ffe97579a5b4797e48508a8eac4ca4.zip
Add theme studio Rust and Zig samples
Diffstat (limited to 'todo.org')
-rw-r--r--todo.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/todo.org b/todo.org
index 9416514d6..7bae65c82 100644
--- a/todo.org
+++ b/todo.org
@@ -2963,12 +2963,14 @@ configuration (=text-config=, =diff-config=, =ledger-config=,
:END:
Craig, 2026-06-11 manual-test walk: the color picker's background is hard to distinguish from the page background. Give the picker panel a visibly distinct background or a highlighted border so it stands out. Pin with a gate asserting the picker element carries the distinct style.
-** TODO [#C] theme-studio Rust + Zig language previews :feature:
+** DONE [#C] theme-studio Rust + Zig language previews :feature:
:PROPERTIES:
:LAST_REVIEWED: 2026-06-11
:END:
Requested by Craig 2026-06-11: add Rust and Zig code samples to the language previews (samples.py currently carries Elisp, Go, Python, TypeScript, Java, C, C++, Shell). Each sample should exercise the treesit token categories distinctive to its language (Rust: lifetimes, macros, attributes, traits; Zig: comptime, builtins, error unions), then regenerate theme-studio.html and extend the test surface.
+Shipped 2026-06-13: Rust and Zig were added to =samples.py= and =generate.py=, with generator tests pinning the language-specific category coverage.
+
** TODO [#C] theme-studio face-consistency check :feature:
:PROPERTIES:
:LAST_REVIEWED: 2026-06-10