projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9008ac0
)
added more pygments opts
author
Ben Thomas
<github@bigredgiraffe.com>
Fri, 4 Dec 2015 00:17:48 +0000
(17:17 -0700)
committer
Steve Francia
<steve.francia@gmail.com>
Mon, 4 Jan 2016 16:52:40 +0000
(11:52 -0500)
helpers/pygments.go
patch
|
blob
|
history
diff --git
a/helpers/pygments.go
b/helpers/pygments.go
index 3adde75f72824c0b1d26592666ee87e8e2e8e1e6..b0e11cb75889c76f1975f2ce4d32b2a9230960fd 100644
(file)
--- 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 {