2025-04-10 13:04:51 +02:00

17 lines
396 B
Markdown

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