Skip to content

Commit

Permalink
added more pygments opts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Thomas authored and spf13 committed Jan 4, 2016
1 parent 9008ac0 commit e904ccf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helpers/pygments.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ func init() {
pygmentsKeywords["linenos"] = true
pygmentsKeywords["classprefix"] = true
pygmentsKeywords["startinline"] = true
pygmentsKeywords["title"] = true
pygmentsKeywords["anchorlinenos"] = true
pygmentsKeywords["lineanchors"] = true
pygmentsKeywords["linespans"] = true
}

func parseOptions(options map[string]string, in string) error {
Expand Down

0 comments on commit e904ccf

Please sign in to comment.