shithub: hugo

ref: 08e4f9ff9cc448d5fea9b8a62a23aed8aad0d047
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>