gilo/editor/highlight/syntax.go
Timothy Warren cc99f08747
Some checks failed
timw4mail/gilo/pipeline/head There was a failure building this commit
Update to chapter 7 step 161 in kilo tutorial
2023-10-03 17:02:22 -04:00

8 lines
95 B
Go

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