From 6084049daaa09a60630ee1e8e4cd1f16700a7895 Mon Sep 17 00:00:00 2001 From: c-blake Date: Mon, 13 Jul 2020 08:00:52 -0400 Subject: [PATCH] Add hldiff (#1559) --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index 0d9d177..c07e5a0 100644 --- a/packages.json +++ b/packages.json @@ -18724,5 +18724,24 @@ "description": "This is the plugins for the zfcore framework https://github.com/zendbit/nim.zfcore", "license": "BSD", "web": "https://github.com/zendbit/nim.zfplugs" + }, + { + "name": "hldiff", + "url": "https://github.com/c-blake/hldiff", + "method": "git", + "tags": [ + "difflib", + "diff", + "terminal", + "text", + "color", + "colors", + "colorize", + "highlight", + "highlighting" + ], + "description": "A highlighter for diff -u-like output & port of Python difflib", + "license": "MIT/ISC", + "web": "https://github.com/c-blake/hldiff" } ]