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
+8 -1
View File
@@ -34,6 +34,7 @@ $chroma-lexers: (
"as": "ActionScript",
"as3": "ActionScript 3",
"asm": "GAS",
"astro": "Astro",
"atl": "ATL",
"autohotkey": "AutoHotkey",
"autoit": "AutoIt",
@@ -172,7 +173,7 @@ $chroma-lexers: (
"haskell": "Haskell",
"haxe": "Haxe",
"hbs": "Handlebars",
"hcl": "HCL",
"hcl": "Terraform",
"hexdump": "Hexdump",
"hlb": "HLB",
"hlsl": "HLSL",
@@ -184,9 +185,12 @@ $chroma-lexers: (
"html\\+kid": "Genshi HTML",
"html\\+ruby": "ERB",
"http": "HTTP",
"hurl": "Hurl",
"hx": "Haxe",
"hxsl": "Haxe",
"hylang": "Hy",
"hypr": "Hyprlang",
"hyprlang": "Hyprlang",
"idr": "Idris",
"idris": "Idris",
"igor": "Igor",
@@ -201,6 +205,7 @@ $chroma-lexers: (
"javascript": "JavaScript",
"jinja": "Django/Jinja",
"jl": "Julia",
"jq": "JQ",
"js": "JavaScript",
"json": "JSON",
"jsonata": "JSONata",
@@ -425,6 +430,7 @@ $chroma-lexers: (
"tasm": "TASM",
"tcl": "Tcl",
"tcsh": "Tcsh",
"templ": "Templ",
"termcap": "Termcap",
"terminfo": "Terminfo",
"terraform": "Terraform",
@@ -483,6 +489,7 @@ $chroma-lexers: (
"zsh": "Bash",
"µcad": "Microcad",
// Custom code type
"go-html-template": "Go HTML Template",
"markdown": "Markdown",
"yml": "YAML"
) !default;