From 4b42c0bff82cddb45ac7c5dc3b9febffac03145f Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 2 Jul 2026 14:10:24 -0400 Subject: feat(theme-studio): scenes for indent-guides, yasnippet, prescient, flyspell-correct highlight-indent-guides shows both methods (character glyphs, column bands) plus the responsive top/stack variants at a marked point; yasnippet a mid-expansion snippet with the active field and the debug overlay; prescient primary/secondary match highlights; flyspell-correct the word under correction with its menu. All four join the face-coverage gate. --- scripts/theme-studio/test_generate.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/theme-studio/test_generate.py') diff --git a/scripts/theme-studio/test_generate.py b/scripts/theme-studio/test_generate.py index 2332fccd..1476a9a3 100644 --- a/scripts/theme-studio/test_generate.py +++ b/scripts/theme-studio/test_generate.py @@ -858,6 +858,7 @@ class BespokePreviewFaceCoverage(unittest.TestCase): "rainbow-delimiters", "web-mode", "vertico", "marginalia", "consult", "embark", "orderless", "emms", "org-roam", "hl-todo", "symbol-overlay", + "highlight-indent-guides", "yasnippet", "prescient", "flyspell-correct", ] def test_every_face_appears_in_the_renderer(self): -- cgit v1.2.3