Skip to content

Commit

Permalink
chore: allow cjs and mjs info strings (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickm68 committed Mar 4, 2021
1 parent 7c712e3 commit 0299f7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Expand Up @@ -24,6 +24,7 @@ module.exports.plugins = [
flags: [
"bash",
"c",
"cjs",
"coffee",
"console",
"cpp",
Expand All @@ -32,6 +33,7 @@ module.exports.plugins = [
"js",
"json",
"markdown",
"mjs",
"powershell",
"r",
"text",
Expand Down

0 comments on commit 0299f7c

Please sign in to comment.