emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115049: * progmodes/sh-script.el (sh-font-lock-keyw


From: Andreas Schwab
Subject: [Emacs-diffs] trunk r115049: * progmodes/sh-script.el (sh-font-lock-keywords-var): Force
Date: Sat, 09 Nov 2013 10:52:09 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115049
revision-id: address@hidden
parent: address@hidden
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sat 2013-11-09 11:49:42 +0100
message:
  * progmodes/sh-script.el (sh-font-lock-keywords-var): Force
  highlighting text after Summary keyword in doc face for rpm.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/progmodes/sh-script.el    shscript.el-20091113204419-o5vbwnq5f7feedwu-727
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-11-09 01:12:25 +0000
+++ b/lisp/ChangeLog    2013-11-09 10:49:42 +0000
@@ -1,3 +1,8 @@
+2013-11-09  Andreas Schwab  <address@hidden>
+
+       * progmodes/sh-script.el (sh-font-lock-keywords-var): Force
+       highlighting text after Summary keyword in doc face for rpm.
+
 2013-11-09  Dmitry Gutov  <address@hidden>
 
        * textmodes/ispell.el (ispell-lookup-words): When `look' is not

=== modified file 'lisp/progmodes/sh-script.el'
--- a/lisp/progmodes/sh-script.el       2013-11-08 04:33:32 +0000
+++ b/lisp/progmodes/sh-script.el       2013-11-09 10:49:42 +0000
@@ -942,6 +942,7 @@
     (rpm sh-append rpm2
         ("%{?\\(\\sw+\\)"  1 font-lock-keyword-face))
     (rpm2 sh-append shell
+         ("^Summary:\\(.*\\)$" (1 font-lock-doc-face t))
          ("^\\(\\sw+\\):"  1 font-lock-variable-name-face)))
   "Default expressions to highlight in Shell Script modes.  See `sh-feature'.")
 


reply via email to

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