8 lines
95 B
Go
8 lines
95 B
Go
package highlight
|
|
|
|
type Syntax struct {
|
|
FileType string
|
|
FileMatch []string
|
|
Flags int
|
|
}
|