summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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) {