summaryrefslogtreecommitdiff
path: root/debian-bug.el
diff options
context:
space:
mode:
authorŁukasz Stelmach <steelman@post.pl>2021-01-13 13:50:30 +0000
committerŁukasz Stelmach <steelman@post.pl>2021-01-13 13:50:30 +0000
commitdb39f758ad63c78c2ee2347ed3902c550555bd7c (patch)
tree20c5ea704d69b9d84ea8fa22db7ba680b0327b85 /debian-bug.el
parent4fd5547a54ee931f4a16adde1d3b52bf01ce045a (diff)
debian-bug.el: Highlight Control: pseudo-header
Diffstat (limited to 'debian-bug.el')
-rw-r--r--debian-bug.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian-bug.el b/debian-bug.el
index 467f29b..050ccc9 100644
--- a/debian-bug.el
+++ b/debian-bug.el
@@ -1185,6 +1185,9 @@ Optional argument ACTION can be provided in programs."
("^ *\\(Tags:\\).*\\(security\\)"
(1 font-lock-keyword-face)
(2 font-lock-warning-face nil t))
+ ("^ *\\(Control:\\) *\\(.+\n\\)?"
+ (1 font-lock-keyword-face)
+ (2 font-lock-string-face nil t))
("^ *\\(Severity:\\) *\\(\\(critical\\|grave\\|serious\\)\\|\\(important\\)\\|\\(normal\\)\\|\\(\\(minor\\)\\|\\(wishlist\\)\\)\\)"
(1 font-lock-keyword-face)
(3 font-lock-warning-face nil t)