emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/hl-block-mode f957c01cf8 06/64: Docs: add missing sections


From: ELPA Syncer
Subject: [nongnu] elpa/hl-block-mode f957c01cf8 06/64: Docs: add missing sections to header
Date: Thu, 7 Jul 2022 12:00:01 -0400 (EDT)

branch: elpa/hl-block-mode
commit f957c01cf841072da43bf7736636d540f1763bfd
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Docs: add missing sections to header
---
 hl-block-mode.el | 31 +++++++++++++++++++++++++++----
 1 file changed, 27 insertions(+), 4 deletions(-)

diff --git a/hl-block-mode.el b/hl-block-mode.el
index f8e0d4a487..11a355ef42 100644
--- a/hl-block-mode.el
+++ b/hl-block-mode.el
@@ -1,13 +1,36 @@
-;;; hl-block-mode.el --- minor mode for highlighting blocks
+;;; hl-block-mode.el --- highlighting nested blocks -*- lexical-binding: t; -*-
+
+;; Copyright (C) 2019  Campbell Barton
 
 ;; Author: Campbell Barton <ideasman42@gmail.com>
+
+;; URL: https://github.com/ideasman42/emacs-hl-block-mode
 ;; Version: 0.1
+;; Package-Requires: ((emacs "26.0"))
+
+;; This program is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+
+;; This program is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; GNU General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
-;; TODO.
-;; - More control of alpha blending.
-;; - Options to highlight bracket types besides '{}'.
+;; Highlight blocks surrounding the cursor.
+
+;;; Usage
+
+;; (hl-block-mode)
+;;
+;; Currently only curly braces are supported (C-family languages).
+
 
 ;;; Code:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]