mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 04:02:38 +00:00
17 lines
405 B
Markdown
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
|
|
```
|