Files
hugo/docs/content/en/functions/transform/CanHighlight.md
T
2025-12-19 10:07:30 +01:00

405 B

title, description, categories, keywords, params
title description categories keywords params
transform.CanHighlight Reports whether the given code language is supported by the Chroma highlighter.
highlight
functions_and_methods
aliases returnType signatures
bool
transform.CanHighlight LANGUAGE
{{ transform.CanHighlight "go" }} → true
{{ transform.CanHighlight "klingon" }} → false