From b39a31a879716ff3a10c4c9deb8b2959ce9d3d98 Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:43:44 +0700 Subject: [PATCH] Added package highlightjs (#2786) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index edcebe7..68b29e3 100644 --- a/packages.json +++ b/packages.json @@ -32271,5 +32271,21 @@ "license": "MIT", "web": "https://github.com/auxym/bight", "doc": "https://auxym.github.io/bight/bight.html" + }, + { + "name": "highlightjs", + "url": "https://github.com/Ethosa/highlightjs", + "method": "git", + "tags": [ + "highlight.js", + "highlight", + "javascript", + "frontend", + "web", + "bindings" + ], + "description": "highlight.js bindings for Nim", + "license": "MIT", + "web": "https://github.com/Ethosa/highlightjs" } ]