Allow 'classprefix' pygments options.

This commit is contained in:
Andrew Gallant 2015-05-06 20:55:28 -04:00 committed by bep
parent bec2c1e37a
commit ee5a1bbf44
1 changed files with 1 additions and 0 deletions

View File

@ -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) {