From ae690bc7efe68cfbef49fd8b407d0fc90af0cc45 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Tue, 18 Oct 2022 18:00:51 +0200 Subject: [PATCH] Add Nix to constants.js --- lib/constants.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/constants.js b/lib/constants.js index 81fe6f2..275df0f 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -869,6 +869,11 @@ export const LANGUAGES = [ custom: true, highlight: true, }, + { + name: 'Nix', + mode: 'nix', + highlight: true, + }, { name: 'Objective C', mode: 'clike',