mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
fix(tabs): revert tab and tabs rendering (#772) and update chroma lexers
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
* Custom code types that are not in Chroma's built-in lexer definitions.
|
||||
*/
|
||||
export const customCodeTypes: Record<string, string> = {
|
||||
markdown: 'Markdown',
|
||||
yml: 'YAML',
|
||||
'go-html-template': 'Go HTML Template',
|
||||
'markdown': 'Markdown',
|
||||
'yml': 'YAML',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user