Welcome to mirror list, hosted at ThFree Co, Russian Federation.

chroma-lexers.html « shortcodes « layouts « docs - github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0df2b868f4597dab4a48fc4bb8ea9261968d6cf2 (plain)
1
2
3
4
5
6
<dl>
{{  range .Site.Data.docs.chroma.lexers }}
<dt>{{ .Name }}</dt>
<dd>{{ delimit .Aliases ", " }}</dd>
{{ end }}
</dl>