From 4e4039e461c8c5fcbc8b6618c2eb60238cdab748 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 3 Feb 2017 11:22:57 +0100 Subject: Update from secure-testing repo --- cvelist.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cvelist.el b/cvelist.el index 03b5f56..b7eaad3 100644 --- a/cvelist.el +++ b/cvelist.el @@ -26,11 +26,11 @@ "Keymap for `debian-cvelist-mode'.") (defvar debian-cvelist-font-lock-keywords - '(("^CVE-[0-9]\\{4\\}-[0-9X]\\{4\\}" . font-lock-function-name-face) + '(("^CVE-[0-9]\\{4\\}-[0-9X]\\{4,5\\}" . font-lock-function-name-face) ("^\tNOTE:" . font-lock-comment-delimiter-face) ("^\tTODO:" . font-lock-warning-face) ("^\t\\(RESERVED\\|NOT-FOR-US\\|REJECTED\\)" . font-lock-keyword-face) - ("^CVE-[0-9]\\{4\\}-[0-9X]\\{4\\}" "\\[\\(.*\\)\\]$" nil nil (1 font-lock-variable-name-face)) + ("^CVE-[0-9]\\{4\\}-[0-9X]\\{4,5\\}" "\\[\\(.*\\)\\]$" nil nil (1 font-lock-variable-name-face)) ("\\" . font-lock-warning-face) ("\\" . font-lock-constant-face)) "Keyword highlighting for `debian-cvelist-mode'") -- cgit v1.2.3