gilo/editor/highlight/constants.go
Timothy Warren f78bbdabb2
Some checks failed
timw4mail/gilo/pipeline/head There was a failure building this commit
Up to step 154 in Kilo tutorial (chapter 7)
2021-04-07 16:26:05 -04:00

11 lines
253 B
Go

package highlight
// ----------------------------------------------------------------------------
// !Syntax Highlighting Constants
// ----------------------------------------------------------------------------
const (
Normal = iota
Number
Match
)