mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 08:40:09 -04:00
17 lines
396 B
Markdown
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
|
|
```
|