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/test_generate.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/test_generate.py')
| -rw-r--r-- | scripts/theme-studio/test_generate.py | 1 |
1 files changed, 1 insertions, 0 deletions
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): |
