mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 15:19:56 +01:00
feat(mime): support SAS ABAP (closes #7851)
This commit is contained in:
@@ -43,6 +43,7 @@ export const byMimeType: MimeRecord = {
|
||||
"text/velocity": null,
|
||||
"text/vnd.mermaid": null,
|
||||
"text/mermaid": null,
|
||||
"text/x-abap": () => import("./languages/abap.js"),
|
||||
"text/x-asm-mips": () => import("highlight.js/lib/languages/mipsasm"),
|
||||
"text/x-asterisk": null,
|
||||
"text/x-brainfuck": () => import("highlight.js/lib/languages/brainfuck"),
|
||||
|
||||
Reference in New Issue
Block a user