From 89ec557e5044678f586a29ce2dbf4462367915e7 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Mon, 25 Sep 2017 22:26:27 +0100 Subject: [PATCH] Add Nim language --- lib/constants.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/constants.js b/lib/constants.js index eaf3fc4..c2e4180 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -190,6 +190,10 @@ export const LANGUAGES = [ name: 'NGINX', module: 'nginx' }, + { + name: 'Nim', + module: 'nim' + }, { name: 'Pascal', module: 'pascal'