From 1a761166b756d37a867e0da156b36139cdeec403 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sat, 29 Jun 2024 21:28:50 -0500 Subject: [PATCH] add Codium to wordlist --- constants.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/constants.json b/constants.json index c402fc1..4882a9d 100644 --- a/constants.json +++ b/constants.json @@ -196,6 +196,9 @@ "Code": { "color": "rgb(150, 175, 255)" }, + "Codium": { + "color": "rgb(150, 175, 255)" + }, "Docker": { "color": "blue" },