highlighting text after Summary keyword in doc face for rpm.
+2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
+
+ * 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 <dgutov@yandex.ru>
* textmodes/ispell.el (ispell-lookup-words): When `look' is not
(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'.")