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'