mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
✨ Feat(highlight): add custom code type map
This commit is contained in:
@@ -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
Reference in New Issue
Block a user