mirror of
https://github.com/zadam/trilium.git
synced 2026-01-11 09:04:28 +01:00
feat(import/markdown): handle bash as sh
This commit is contained in:
parent
b812177e78
commit
d78a7bad3b
@ -157,7 +157,7 @@ const MIME_TYPES_DICT_RAW = [
|
||||
{ title: "Scala", mime: "text/x-scala" },
|
||||
{ title: "Scheme", mime: "text/x-scheme" },
|
||||
{ title: "SCSS", mime: "text/x-scss", mdLanguageCode: "scss" },
|
||||
{ title: "Shell (bash)", mime: "text/x-sh", mdLanguageCode: "bash", default: true, icon: "bx bx-terminal" },
|
||||
{ title: "Shell (bash)", mime: "text/x-sh", mdLanguageCode: "sh", default: true, icon: "bx bx-terminal" },
|
||||
{ title: "Sieve", mime: "application/sieve" },
|
||||
{ title: "Slim", mime: "text/x-slim" },
|
||||
{ title: "Smalltalk", mime: "text/x-stsrc", mdLanguageCode: "smalltalk" },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user