From 7c120346b11a3b7d10d8f7b3a46d24ee7938fcfc Mon Sep 17 00:00:00 2001 From: Stephen Paulger Date: Tue, 25 Dec 2018 11:06:45 +0000 Subject: [PATCH] Fix typo in syntax highlighting page. hightlighting -> highlighting. --- content/en/content-management/syntax-highlighting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/syntax-highlighting.md b/content/en/content-management/syntax-highlighting.md index ea2db4650..2ee7cf8f4 100644 --- a/content/en/content-management/syntax-highlighting.md +++ b/content/en/content-management/syntax-highlighting.md @@ -16,7 +16,7 @@ aliases: [/extras/highlighting/,/extras/highlight/,/tools/syntax-highlighting/] toc: true --- -From Hugo 0.28, the default syntax hightlighter in Hugo is [Chroma](https://github.com/alecthomas/chroma); it is built in Go and is really, really fast -- and for the most important parts compatible with Pygments. +From Hugo 0.28, the default syntax highlighter in Hugo is [Chroma](https://github.com/alecthomas/chroma); it is built in Go and is really, really fast -- and for the most important parts compatible with Pygments. If you want to continue to use Pygments (see below), set `pygmentsUseClassic=true` in your site config.