Skip to content

Commit d78a7ba

Browse files
committed
feat(import/markdown): handle bash as sh
1 parent b812177 commit d78a7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/commons/src/lib/mime_type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const MIME_TYPES_DICT_RAW = [
157157
{ title: "Scala", mime: "text/x-scala" },
158158
{ title: "Scheme", mime: "text/x-scheme" },
159159
{ title: "SCSS", mime: "text/x-scss", mdLanguageCode: "scss" },
160-
{ title: "Shell (bash)", mime: "text/x-sh", mdLanguageCode: "bash", default: true, icon: "bx bx-terminal" },
160+
{ title: "Shell (bash)", mime: "text/x-sh", mdLanguageCode: "sh", default: true, icon: "bx bx-terminal" },
161161
{ title: "Sieve", mime: "application/sieve" },
162162
{ title: "Slim", mime: "text/x-slim" },
163163
{ title: "Smalltalk", mime: "text/x-stsrc", mdLanguageCode: "smalltalk" },

0 commit comments

Comments
 (0)