TextEdit: Colorscheme "Column" style + changed column appearance

This commit is contained in:
Luke I. Wilson
2021-04-07 21:45:38 -05:00
parent cdeb3be359
commit baafcf3d5c
3 changed files with 11 additions and 26 deletions

View File

@@ -4,6 +4,7 @@ type Syntax uint8
const (
Default Syntax = iota
Column // Not necessarily a Syntax; useful for Colorscheming editor column
Keyword
String
Special