shithub: hugo

ref: 9fa5ebe2c42fbb37d066ffcd36bad4d08efe879a
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>