From d7cad72aca34242d0c716f8ba9b25b996e1a8b69 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 7 Mar 2025 00:56:03 +0100 Subject: [PATCH] gnu: highlight: Add lint-hidden-cpe-vendors property. * gnu/packages/pretty-print.scm (highlight)[properties]: Add lint-hidden-cpe-vendors property. Signed-off-by: Zheng Junjie --- gnu/packages/pretty-print.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm index d9192e953cfddd92e323f9da43e02c6f4f6a4d39..d1bae06a539096eb40ffe2ec01f86b031d62a98a 100644 --- a/gnu/packages/pretty-print.scm +++ b/gnu/packages/pretty-print.scm @@ -515,4 +515,5 @@ seen in a terminal.") "Highlight converts source code to HTML, XHTML, RTF, LaTeX, TeX, SVG, BBCode and terminal escape sequences with colored syntax highlighting. Language definitions and color themes are customizable.") - (license gpl3+))) + (license gpl3+) + (properties '((lint-hidden-cpe-vendors . ("highlight"))))))