gilo/editor/highlight/constants.go
Timothy J. Warren 6cdb658d43
Some checks failed
timw4mail/gilo/pipeline/head There was a failure building this commit
Simplify package paths
2021-04-07 13:10:40 -04:00

10 lines
246 B
Go

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