added more pygments opts
authorBen Thomas <github@bigredgiraffe.com>
Fri, 4 Dec 2015 00:17:48 +0000 (17:17 -0700)
committerSteve Francia <steve.francia@gmail.com>
Mon, 4 Jan 2016 16:52:40 +0000 (11:52 -0500)
helpers/pygments.go

index 3adde75f72824c0b1d26592666ee87e8e2e8e1e6..b0e11cb75889c76f1975f2ce4d32b2a9230960fd 100644 (file)
@@ -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 {