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

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Thomas <github@bigredgiraffe.com>2015-12-04 03:17:48 +0300
committerSteve Francia <steve.francia@gmail.com>2016-01-04 19:52:40 +0300
commite904ccffb62583a2d4f108879788c9a37a6faf72 (patch)
treeeed94e4a8678f05d488fc74e98efb6ae09a871c6 /helpers
parent9008ac0b55bc0f507e730e8b3d49fa8103e600e1 (diff)
added more pygments opts
Diffstat (limited to 'helpers')
-rw-r--r--helpers/pygments.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/helpers/pygments.go b/helpers/pygments.go
index 3adde75f7..b0e11cb75 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 {