summaryrefslogtreecommitdiffstats
path: root/markup/highlight/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'markup/highlight/config.go')
-rw-r--r--markup/highlight/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/highlight/config.go b/markup/highlight/config.go
index 08c1bca1a..80991f21b 100644
--- a/markup/highlight/config.go
+++ b/markup/highlight/config.go
@@ -19,7 +19,7 @@ import (
"strconv"
"strings"
- "github.com/alecthomas/chroma/formatters/html"
+ "github.com/alecthomas/chroma/v2/formatters/html"
"github.com/spf13/cast"
"github.com/gohugoio/hugo/config"