shithub: hugo

ref: 047af7cfe5e9aa740b85e0f9974a2d31a0ef4c08
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>