mirror of
https://github.com/zadam/trilium.git
synced 2025-11-26 02:24:23 +01:00
chore(mime): fix MD language code for Batch files
This commit is contained in:
parent
95169bbc84
commit
29f9d0c1cd
@ -41,7 +41,7 @@ export const MIME_TYPES_DICT: readonly MimeTypeDefinition[] = Object.freeze([
|
|||||||
{ title: "ASN.1", mime: "text/x-ttcn-asn" },
|
{ title: "ASN.1", mime: "text/x-ttcn-asn" },
|
||||||
{ title: "ASP.NET", mime: "application/x-aspx" },
|
{ title: "ASP.NET", mime: "application/x-aspx" },
|
||||||
{ title: "Asterisk", mime: "text/x-asterisk" },
|
{ title: "Asterisk", mime: "text/x-asterisk" },
|
||||||
{ title: "Batch file (DOS)", mime: "application/x-bat", highlightJs: "dos" },
|
{ title: "Batch file (DOS)", mime: "application/x-bat", mdLanguageCode: "dos" },
|
||||||
{ title: "Brainfuck", mime: "text/x-brainfuck", mdLanguageCode: "brainfuck" },
|
{ title: "Brainfuck", mime: "text/x-brainfuck", mdLanguageCode: "brainfuck" },
|
||||||
{ title: "C", mime: "text/x-csrc", mdLanguageCode: "c", default: true },
|
{ title: "C", mime: "text/x-csrc", mdLanguageCode: "c", default: true },
|
||||||
{ title: "C#", mime: "text/x-csharp", mdLanguageCode: "csharp", default: true },
|
{ title: "C#", mime: "text/x-csharp", mdLanguageCode: "csharp", default: true },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user