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:
bec2c1e
)
Allow 'classprefix' pygments options.
author
Andrew Gallant
<jamslam@gmail.com>
Thu, 7 May 2015 00:55:28 +0000
(20:55 -0400)
committer
bep
<bjorn.erik.pedersen@gmail.com>
Thu, 7 May 2015 01:45:51 +0000
(
03:45
+0200)
helpers/pygments.go
patch
|
blob
|
history
diff --git
a/helpers/pygments.go
b/helpers/pygments.go
index 11b0f23d486503ff0afc4f0cad7e2dbf534d99e8..3f0f90b7a434049d5c39d1ea42495d45b831803b 100644
(file)
--- a/
helpers/pygments.go
+++ b/
helpers/pygments.go
@@
-122,6
+122,7
@@
func init() {
pygmentsKeywords["noclasses"] = true
pygmentsKeywords["hl_lines"] = true
pygmentsKeywords["linenos"] = true
+ pygmentsKeywords["classprefix"] = true
}
func parsePygmentsOpts(in string) (string, error) {