Feat(highlight): add custom code type map

This commit is contained in:
Cell
2022-08-29 19:13:09 +08:00
parent f3211e9617
commit a291890f51
2 changed files with 7 additions and 6 deletions
+6 -5
View File
@@ -1,8 +1,7 @@
/**
* Code type map
* @generator https://github.com/hugo-fixit/.tools/blob/main/tampermonkey/code-type-map-fetcher.user.js
*/
// Code type map
$code-type-map: (
// Chroma supported languages
// @generator https://github.com/hugo-fixit/.tools/blob/main/tampermonkey/code-type-map-fetcher.user.js
"abap": "ABAP",
"abnf": "ABNF",
"as": "ActionScript",
@@ -367,5 +366,7 @@ $code-type-map: (
"yaml": "YAML",
"yang": "YANG",
"zed": "Zed",
"zig": "Zig"
"zig": "Zig",
// Custom code type
"markdown": "markdown"
) !default;
+1 -1
Submodule docs updated: e0a7c7022f...2196a6ac4c