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', };