shithub: hugo

ref: 43f9df0194d229805d80b13c9e38a7a0fec12cf4
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>