TextEdit: Add syntax highlighting for Go files

This commit is contained in:
Luke I. Wilson
2021-03-30 23:00:32 -05:00
parent aaf377ccd5
commit 37589144b5
2 changed files with 13 additions and 2 deletions

View File

@ -7,6 +7,7 @@ type Syntax uint8
const (
Default Syntax = iota
Keyword
String
Special
Type
Number