gilo/editor/highlight/syntax.go

8 lines
95 B
Go
Raw Normal View History

package highlight
type Syntax struct {
FileType string
FileMatch []string
Flags int
}