aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/content/en/functions/transform/CanHighlight.md
blob: 039cb12b74951c211bb92ab3111a73204646f785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: transform.CanHighlight
description: Reports whether the given code language is supported by the Chroma highlighter.
categories: []
keywords: []
action:
  aliases: []
  related:
    - functions/transform/Highlight
    - functions/transform/HighlightCodeBlock
  returnType: bool
  signatures: [transform.CanHighlight LANGUAGE]
---

```go-html-template
{{ transform.CanHighlight "go" }} → true
{{ transform.CanHighlight "klingon" }} → false
```