branch: externals/indent-bars
commit 39a20cd4ab7f16540dc5489900fd7f7b41bf7b24
Author: JD Smith <[email protected]>
Commit: GitHub <[email protected]>

    Replace image in README for skip-bars example
    
    Updated image example for indent-bars-no-descend-list.
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d9b3342c63..81828a8e85 100644
--- a/README.md
+++ b/README.md
@@ -168,7 +168,8 @@ Configuration variables for bar position and line locations 
(including on blank
 - `indent-bars-no-descend-string`: Whether to inhibit increasing bar depth 
inside of strings.
 - `indent-bars-no-descend-list`: Whether to inhibit increasing bar depth 
inside of lists.  Additionally, if set to the symbol `skip`, bars _between_ 
lists contexts are skipped (not displayed). An example with 
`indent-bars-no-descend-list=skip` shows how intermediate bars in nested lists 
contexts are skipped:
 
-   <img width="483" height="232" alt="image" 
src="https://github.com/user-attachments/assets/a28a956f-5031-4f9c-b2fe-b6e17f0d2402";
 />
+   <img width="394" height="347" alt="image" 
src="https://github.com/user-attachments/assets/602c6466-c9bc-4718-a9e7-5e91fda0f86a";
 />
+
 - If you need to alter what `indent-bars` considers a list context, override 
the variable `indent-bars-ppss-syntax-table`, e.g. for altering `python-mode` 
to omit `{`/`}` from consideration:
 
    ```elisp

Reply via email to