diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-02 14:10:24 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-02 14:10:24 -0400 |
| commit | 4b42c0bff82cddb45ac7c5dc3b9febffac03145f (patch) | |
| tree | 8ba5f130ddff17b960dfb61e4475fc0c4579a642 /scripts/theme-studio/app_inventory.py | |
| parent | e15b2fdaf360ec814da4cab87f5e67adfcf02d5c (diff) | |
| download | dotemacs-4b42c0bff82cddb45ac7c5dc3b9febffac03145f.tar.gz dotemacs-4b42c0bff82cddb45ac7c5dc3b9febffac03145f.zip | |
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.
Diffstat (limited to 'scripts/theme-studio/app_inventory.py')
| -rw-r--r-- | scripts/theme-studio/app_inventory.py | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
