mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-09-01 14:47:13 -04:00
Make some types private
This commit is contained in:
@@ -47,6 +47,7 @@ func main() {
|
||||
colN := 0
|
||||
for _, c := range l {
|
||||
if group, ok := matches[lineN][colN]; ok {
|
||||
// There are more possible groups available than just these ones
|
||||
if group == highlight.Groups["statement"] {
|
||||
color.Set(color.FgGreen)
|
||||
} else if group == highlight.Groups["identifier"] {
|
||||
|
||||
Reference in New Issue
Block a user