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/app_inventory.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/theme-studio/app_inventory.py') diff --git a/scripts/theme-studio/app_inventory.py b/scripts/theme-studio/app_inventory.py index 1e1eea65..01e3aa6e 100644 --- a/scripts/theme-studio/app_inventory.py +++ b/scripts/theme-studio/app_inventory.py @@ -36,6 +36,10 @@ PREVIEW_KEYS = { "org-roam": "orgroam", "hl-todo": "hltodo", "symbol-overlay": "symboloverlay", + "highlight-indent-guides": "indentguides", + "yasnippet": "yasnippet", + "prescient": "prescient", + "flyspell-correct": "flyspellcorrect", } # Custom display labels for inventory apps whose package name is an acronym -- cgit v1.2.3