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.
- Host: GitHub
- URL: https://github.com/10sr/emacs-hl-block-mode
- Owner: 10sr
- License: gpl-3.0
- Created: 2019-05-21T04:57:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T05:45:28.000Z (about 7 years ago)
- Last Synced: 2025-01-16T09:08:03.617Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
- License: LICENSE
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.