summaryrefslogtreecommitdiffstats
path: root/helpers/pygments.go
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-05-06 20:55:28 -0400
committerbep <bjorn.erik.pedersen@gmail.com>2015-05-07 03:45:51 +0200
commitee5a1bbf44726d062c623d3ed2772d22d562203f (patch)
tree7a451dcb1b72ee133f0beba5126ddf0ee4ea8aef /helpers/pygments.go
parentbec2c1e37a88aff784aa6eafd16fd1c70e3ff6e5 (diff)
Allow 'classprefix' pygments options.
Diffstat (limited to 'helpers/pygments.go')
-rw-r--r--helpers/pygments.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/pygments.go b/helpers/pygments.go
index 11b0f23d4..3f0f90b7a 100644
--- 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) {