shithub: hugo

Download patch

ref: ee5a1bbf44726d062c623d3ed2772d22d562203f
parent: bec2c1e37a88aff784aa6eafd16fd1c70e3ff6e5
author: Andrew Gallant <[email protected]>
date: Wed May 6 16:55:28 EDT 2015

Allow 'classprefix' pygments options.

--- a/helpers/pygments.go
+++ b/helpers/pygments.go
@@ -122,6 +122,7 @@
 	pygmentsKeywords["noclasses"] = true
 	pygmentsKeywords["hl_lines"] = true
 	pygmentsKeywords["linenos"] = true
+	pygmentsKeywords["classprefix"] = true
 }
 
 func parsePygmentsOpts(in string) (string, error) {