1
0
Fork 0
gilo/editor/highlight/syntax.go

8 lines
95 B
Go

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