Timothy J. Warren
6f51f441e3
All checks were successful
timw4mail/gilo/pipeline/head This commit looks good
10 lines
246 B
Go
10 lines
246 B
Go
package highlight
|
|
|
|
// ----------------------------------------------------------------------------
|
|
// !Syntax Highlighting Constants
|
|
// ----------------------------------------------------------------------------
|
|
const (
|
|
Normal = iota
|
|
Number
|
|
)
|