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

17 lines
405 B
Markdown

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