From e29c6f1c20ce4ef39fa255f4f979272171451e60 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Mon, 2 Dec 2019 22:48:22 +0200 Subject: [PATCH] Update config for new tooling --- config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index efd977cab..deebe3c42 100644 --- a/config.js +++ b/config.js @@ -16,7 +16,7 @@ module.exports = { distPath: `dist`, testPath: `test`, // General information - language:{ + language: { short: `js`, long: `JavaScript` }, @@ -28,5 +28,6 @@ module.exports = { requirables: [ `snippets.json`, `archivedSnippets.json` - ] + ], + parser: '_30codeParser', };