Small update to syncat

This commit is contained in:
Zachary Yedidia
2017-03-26 20:10:57 -04:00
parent cb792c0985
commit 1a97fc1b03
+5
View File
@@ -12,6 +12,11 @@ import (
)
func main() {
if len(os.Args) <= 1 {
fmt.Println("No input file")
return
}
var defs []*highlight.Def
gopath := os.Getenv("GOPATH")
files, _ := ioutil.ReadDir(gopath + "/src/github.com/zyedidia/highlight/syntax_files")