Example #1
0
func init() {
	processor.RegisterInputFilter("lua", Highlight)

	rComment = regexp.MustCompile(`^(--.*?)\n`)
	rKeyword = regexp.MustCompile(`^(function|local)`)
}
Example #2
0
func init() {
	processor.RegisterInputFilter("xml", Highlight)
}