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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user