summaryrefslogtreecommitdiffstats
path: root/markup/highlight/highlight.go
diff options
context:
space:
mode:
Diffstat (limited to 'markup/highlight/highlight.go')
-rw-r--r--markup/highlight/highlight.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/highlight/highlight.go b/markup/highlight/highlight.go
index cec637c72..322bde1ef 100644
--- a/markup/highlight/highlight.go
+++ b/markup/highlight/highlight.go
@@ -22,7 +22,7 @@ import (
"github.com/alecthomas/chroma/formatters/html"
"github.com/alecthomas/chroma/lexers"
"github.com/alecthomas/chroma/styles"
- hl "github.com/gohugoio/hugo/markup/highlight/temphighlighting"
+ hl "github.com/yuin/goldmark-highlighting"
)
func New(cfg Config) Highlighter {