shithub: hugo

ref: dc3f3df29d2b65532cedc9d321db7c4a38a28d7d
dir: /docs/layouts/shortcodes/chroma-lexers.html/

View raw version
<dl>
{{  range .Site.Data.docs.chroma.lexers }}
<dt>{{ .Name }}</dt>
<dd>{{ delimit .Aliases ", " }}</dd>
{{ end }}
</dl>