示例#1
0
文件: lua.go 项目: speedata/publisher
func init() {
	processor.RegisterInputFilter("lua", Highlight)

	rComment = regexp.MustCompile(`^(--.*?)\n`)
	rKeyword = regexp.MustCompile(`^(function|local)`)
}
示例#2
0
文件: xml.go 项目: speedata/publisher
func init() {
	processor.RegisterInputFilter("xml", Highlight)
}