From: Ben Thomas Date: Fri, 4 Dec 2015 00:17:48 +0000 (-0700) Subject: added more pygments opts X-Git-Tag: v0.16~455 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e904ccffb62583a2d4f108879788c9a37a6faf72;p=brevno-suite%2Fhugo added more pygments opts --- diff --git a/helpers/pygments.go b/helpers/pygments.go index 3adde75f..b0e11cb7 100644 --- a/helpers/pygments.go +++ b/helpers/pygments.go @@ -140,6 +140,10 @@ func init() { pygmentsKeywords["linenos"] = true pygmentsKeywords["classprefix"] = true pygmentsKeywords["startinline"] = true + pygmentsKeywords["title"] = true + pygmentsKeywords["anchorlinenos"] = true + pygmentsKeywords["lineanchors"] = true + pygmentsKeywords["linespans"] = true } func parseOptions(options map[string]string, in string) error {