fix(tabs): revert tab and tabs rendering (#772) and update chroma lexers

This commit is contained in:
Cell
2026-07-10 19:44:17 +08:00
parent 43c439eee0
commit a2d756777f
6 changed files with 30 additions and 10 deletions
+3 -2
View File
@@ -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',
}