mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Support syntax highlighting in code blocks in markdown output
This commit is contained in:
@@ -47,7 +47,79 @@
|
||||
"entrypoint": "./notebook-out/index.js",
|
||||
"mimeTypes": [
|
||||
"text/markdown",
|
||||
"text/latex"
|
||||
"text/latex",
|
||||
"text/x-css",
|
||||
"text/x-html",
|
||||
"text/x-json",
|
||||
"text/x-typescript",
|
||||
"text/x-abap",
|
||||
"text/x-apex",
|
||||
"text/x-azcli",
|
||||
"text/x-bat",
|
||||
"text/x-cameligo",
|
||||
"text/x-clojure",
|
||||
"text/x-coffee",
|
||||
"text/x-cpp",
|
||||
"text/x-csharp",
|
||||
"text/x-csp",
|
||||
"text/x-css",
|
||||
"text/x-dart",
|
||||
"text/x-dockerfile",
|
||||
"text/x-ecl",
|
||||
"text/x-fsharp",
|
||||
"text/x-go",
|
||||
"text/x-graphql",
|
||||
"text/x-handlebars",
|
||||
"text/x-hcl",
|
||||
"text/x-html",
|
||||
"text/x-ini",
|
||||
"text/x-java",
|
||||
"text/x-javascript",
|
||||
"text/x-julia",
|
||||
"text/x-kotlin",
|
||||
"text/x-less",
|
||||
"text/x-lexon",
|
||||
"text/x-lua",
|
||||
"text/x-m3",
|
||||
"text/x-markdown",
|
||||
"text/x-mips",
|
||||
"text/x-msdax",
|
||||
"text/x-mysql",
|
||||
"text/x-objective-c/objective",
|
||||
"text/x-pascal",
|
||||
"text/x-pascaligo",
|
||||
"text/x-perl",
|
||||
"text/x-pgsql",
|
||||
"text/x-php",
|
||||
"text/x-postiats",
|
||||
"text/x-powerquery",
|
||||
"text/x-powershell",
|
||||
"text/x-pug",
|
||||
"text/x-python",
|
||||
"text/x-r",
|
||||
"text/x-razor",
|
||||
"text/x-redis",
|
||||
"text/x-redshift",
|
||||
"text/x-restructuredtext",
|
||||
"text/x-ruby",
|
||||
"text/x-rust",
|
||||
"text/x-sb",
|
||||
"text/x-scala",
|
||||
"text/x-scheme",
|
||||
"text/x-scss",
|
||||
"text/x-shell",
|
||||
"text/x-solidity",
|
||||
"text/x-sophia",
|
||||
"text/x-sql",
|
||||
"text/x-st",
|
||||
"text/x-swift",
|
||||
"text/x-systemverilog",
|
||||
"text/x-tcl",
|
||||
"text/x-twig",
|
||||
"text/x-typescript",
|
||||
"text/x-vb",
|
||||
"text/x-xml",
|
||||
"text/x-yaml"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user