From 0269cfda1766384c070c8743ea92d6d2550d7359 Mon Sep 17 00:00:00 2001 From: inoas Date: Fri, 24 Feb 2023 16:17:56 +0000 Subject: [PATCH] add-panic-to-highlight-js add-panic-to-highlight-js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 85c5ed9..7710261 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ module.exports = function (hljs) { const KEYWORDS = "as assert case const external fn if import let " + - "opaque pub todo try tuple type use"; + "panic opaque pub todo try tuple type use"; const STRING = { className: "string", variants: [{ begin: /"/, end: /"/ }],