branch: externals/indent-bars
commit a3083e769df3862815f52b80ef9fc5674863b636
Merge: f4f2cba7c9 b4995ad103
Author: JD Smith <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #1 from ideasman42/patch-2
README: add hl-indent-scope
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index db46fe6996..1f5d21ea63 100644
--- a/README.md
+++ b/README.md
@@ -95,4 +95,5 @@ Options are living with this, or (for Emacs >=29) instead of
visiting the same b
- [indent-guide](https://github.com/zk-phi/indent-guide): An older package
that uses overlays with `|` characters. Some reports of performance concerns.
Incompatible with company and other related in-buffer modes.
-
[highlight-indentation-mode](https://github.com/antonj/Highlight-Indentation-for-Emacs):
Uses overlays to draw indentation guides, and includes a current indentation
mode. Partial support for blank line guides. `indent-bars` adapts the
indentation guessing function from this mode.
-
[highlight-indent-guides](https://github.com/DarthFennec/highlight-indent-guides):
a highly configurable mode for indentation highlight, with color and style
options, as well as current depth highlighting.
+- [hl-indent-scope](https://codeberg.org/ideasman42/emacs-hl-indent-scope):
Highlights indentation based on language scope - requiring support for each
language, uses overlays to draw indentation guides.
-
[visual-indentation-mode](https://github.com/skeeto/visual-indentation-mode):
Full character-based alternating color indentation guides. Package is now
archived.