An open API service indexing awesome lists of open source software.

https://github.com/10sr/emacs-hl-block-mode

Highlight the active block under the cursor.
https://github.com/10sr/emacs-hl-block-mode

Last synced: 5 months ago
JSON representation

Highlight the active block under the cursor.

Awesome Lists containing this project

README

          

Hightlight Block Mode
=====================

This is a minor mode for highlighting blocks by scope.

.. figure:: https://user-images.githubusercontent.com/1869379/56872098-975b5900-6a68-11e9-8907-ccca12b5608a.png

Options
-------

:hl-block-bracket:
(symbol) bracket to use, ``{`` by default,
set to ``nil`` to match all bracket types.
:hl-block-delay:
(float) delay in seconds until the drawing the block scope.
:hl-block-color-tint:
(color) color tint for each level.

TODO
----

- Optionally, update instantly (without any delay).
- Avoid updating overlays when highlights havn't moved.