gilo/internal/editor/highlight/constants.go
Timothy J. Warren 6f51f441e3
All checks were successful
timw4mail/gilo/pipeline/head This commit looks good
Autoformatting
2021-04-07 12:32:57 -04:00

10 lines
246 B
Go

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