Timothy J. Warren
6cdb658d43
Some checks failed
timw4mail/gilo/pipeline/head There was a failure building this commit
10 lines
246 B
Go
10 lines
246 B
Go
package highlight
|
|
|
|
// ----------------------------------------------------------------------------
|
|
// !Syntax Highlighting Constants
|
|
// ----------------------------------------------------------------------------
|
|
const (
|
|
Normal = iota
|
|
Number
|
|
)
|