TextEdit: Add syntax highlighting for Go files
This commit is contained in:
@ -7,6 +7,7 @@ type Syntax uint8
|
||||
const (
|
||||
Default Syntax = iota
|
||||
Keyword
|
||||
String
|
||||
Special
|
||||
Type
|
||||
Number
|
||||
|
Reference in New Issue
Block a user