From 29e4be31aadd6f1fdf21ed0c6ed1ed5cd5077ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20H=C3=BCbel?= Date: Mon, 12 Oct 2020 22:19:27 +0200 Subject: [PATCH] Added package highlight (#1667) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 034238a..5d669e5 100644 --- a/packages.json +++ b/packages.json @@ -19866,5 +19866,19 @@ "description": "Connection Test for Nim Web Applications", "license": "MIT", "web": "https://github.com/blmvxer/netTest" + }, + { + "name": "highlight", + "url": "https://github.com/RaimundHuebel/nimhighlight", + "method": "git", + "tags": [ + "cli", + "tool", + "highlighting", + "colorizing" + ], + "description": "Tool/Lib to highlight text in CLI by using regular expressions.", + "license": "MIT", + "web": "https://github.com/RaimundHuebel/nimhighlight" } ]