Much improved highlighting (turned off for now)

This commit is contained in:
Zachary Yedidia
2016-03-25 14:32:35 -04:00
parent 770ad7f444
commit e1506e300d
5 changed files with 160 additions and 32 deletions

View File

@@ -71,6 +71,9 @@ func main() {
os.Setenv("TERM", "xterm-truecolor")
}
// Load the syntax files, including the colorscheme
LoadSyntaxFiles()
// Initilize tcell
screen, err = tcell.NewScreen()
if err != nil {