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

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

[elpa] master e86a466 23/27: Improve commentary


From: Dmitry Gutov
Subject: [elpa] master e86a466 23/27: Improve commentary
Date: Sat, 29 Oct 2016 00:04:19 +0000 (UTC)

branch: master
commit e86a466f196d2066ca8f9cb738645cf9524f0d1f
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Improve commentary
---
 highlight-escape-sequences.el |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/highlight-escape-sequences.el b/highlight-escape-sequences.el
index e76e18d..70f607b 100644
--- a/highlight-escape-sequences.el
+++ b/highlight-escape-sequences.el
@@ -1,6 +1,6 @@
 ;;; highlight-escape-sequences.el --- Highlight escape sequences -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2013, 2015  Free Software Foundation, Inc.
+;; Copyright (C) 2013, 2015, 2016  Free Software Foundation, Inc.
 
 ;; Author:   Dmitry Gutov <address@hidden>
 ;;     Pavel Matcula <address@hidden>
@@ -26,13 +26,14 @@
 ;;; Commentary:
 
 ;; This global minor mode highlights escape sequences in strings and
-;; other kinds of literals with `hes-escape-sequence-face' which
-;; inherits from `font-lock-regexp-grouping-construct' face by
-;; default and with `hes-escape-backslash-face' which inherits from
-;; `font-lock-regexp-grouping-backslash' face by default.
-
-;; It currently supports `ruby-mode' and some simple modes:
-;; both main JavaScript modes, Java mode, and C/C++/ObjC modes.
+;; other kinds of literals with `hes-escape-sequence-face' and with
+;; `hes-escape-backslash-face'. They inherit from faces
+;; `font-lock-regexp-grouping-construct' and
+;; `font-lock-regexp-grouping-backslash' by default, respectively.
+
+;; It currently supports `ruby-mode', `emacs-lisp-mode', JS escape
+;; sequences in both popular modes, C escapes is `c-mode', `c++-mode'
+;; and `objc-mode', and Java escapes in `java-mode' and `clojure-mode'.
 
 ;; To enable it elsewhere, customize `hes-mode-alist'.
 



reply via email to

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