Skip to content

Commit

Permalink
fix: Bash to shell language map
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 30, 2023
1 parent 98f308a commit 28ae75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/src/CodeBlockLanguageMap.ts
Expand Up @@ -3,7 +3,7 @@ export const MarkdownToConfluenceCodeBlockLanguageMap: {
[key: string]: string;
} = {
js: "javascript",
bash: "bash",
bash: "shell",
abap: "abap",
actionscript: "actionscript",
ada: "ada",
Expand Down

0 comments on commit 28ae75e

Please sign in to comment.