From 54bc4e176d0d70e4d08701a24a1555b6e6300794 Mon Sep 17 00:00:00 2001 From: tdurieux Date: Fri, 19 Mar 2021 11:02:58 +0100 Subject: [PATCH] add missing lang colors --- public/script/langColors.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/script/langColors.js b/public/script/langColors.js index 83874ef..d910023 100644 --- a/public/script/langColors.js +++ b/public/script/langColors.js @@ -126,6 +126,7 @@ window.langColors = { "jflex": "#dbca00", "jolie": "#843179", "jq": "#c7254e", + "json": "#50d57e", "jsoniq": "#40d47e", "jsonnet": "#0064bd", "julia": "#a270ba", @@ -277,6 +278,7 @@ window.langColors = { "tcl": "#e4cc98", "terra": "#00004c", "tex": "#3d6117", + "text": "#a0bb87", "ti program": "#a0aa87", "turing": "#cf142b", "twig": "#c1d026",