Better syntax file loading, load files from ~/.micro by default

This commit is contained in:
Zachary Yedidia
2016-03-20 16:27:02 -04:00
parent 6a27593800
commit 4b286bf293
5 changed files with 72 additions and 12 deletions

View File

@@ -37,6 +37,8 @@ func main() {
input = bytes
}
LoadSyntaxFiles()
s, e := tcell.NewScreen()
if e != nil {
fmt.Fprintf(os.Stderr, "%v\n", e)