aboutsummaryrefslogtreecommitdiff
path: root/plugins/viewhtml/plugin.go
blob: f22364e7fabbbbc00e54952e36ec0d9653673f24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package koushinviewhtml

import (
	"git.sr.ht/~emersion/koushin"
)

func init() {
	p := koushin.GoPlugin{Name: "viewhtml"}
	koushin.RegisterPluginLoader(p.Loader())
}