Skip to content

Commit 9d60b01

Browse files
fix(gatsby-remark-prismjs): Update useCommandLine (#23256)
1 parent 522005b commit 9d60b01

File tree

1 file changed

+1
-1
lines changed
  • packages/gatsby-remark-prismjs/src

1 file changed

+1
-1
lines changed

packages/gatsby-remark-prismjs/src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ module.exports = (
9898
}
9999

100100
const useCommandLine =
101-
[`bash`].includes(languageName) &&
101+
[`bash`, `shell`].includes(languageName) &&
102102
(prompt.global ||
103103
(outputLines && outputLines.length > 0) ||
104104
promptUserLocal ||

0 commit comments

Comments
 (0)