Ejemplo n.º 1
0
func init() {
	processor.RegisterInputFilter("lua", Highlight)

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