From 291680feaca1bae8a5da754ac5626963657f2948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= <30413512+eclipseo@users.noreply.github.com> Date: Mon, 17 Feb 2020 02:01:19 +0100 Subject: [PATCH] Update import path of highlight (#12) --- syntax_files/syntax_checker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax_files/syntax_checker.go b/syntax_files/syntax_checker.go index 7454371..7717eec 100644 --- a/syntax_files/syntax_checker.go +++ b/syntax_files/syntax_checker.go @@ -5,7 +5,7 @@ import ( "io/ioutil" "strings" - "github.com/zyedidia/micro/cmd/micro/highlight" + "github.com/zyedidia/highlight" ) func main() {