From 3f097842398fc2bbfb5c6ea888e145864455d794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Fonseca?= Date: Sat, 16 Apr 2022 15:52:03 +0100 Subject: [PATCH] rename extra_highligh_themes to extra_syntaxes_and_themes extra_highligh_themes does not exist --- docs/content/documentation/content/syntax-highlighting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/content/syntax-highlighting.md b/docs/content/documentation/content/syntax-highlighting.md index 41f7b58838..d248d3d69b 100644 --- a/docs/content/documentation/content/syntax-highlighting.md +++ b/docs/content/documentation/content/syntax-highlighting.md @@ -385,5 +385,5 @@ If your site source is laid out as follows: └── ... ``` -you would set your `extra_highlight_themes` to `["highlight_themes", "highlight_themes/MyGroovyTheme"]` to load `theme1.tmTheme` and `theme2.tmTheme`. +you would set your `extra_syntaxes_and_themes` to `["highlight_themes", "highlight_themes/MyGroovyTheme"]` to load `theme1.tmTheme` and `theme2.tmTheme`. Then choose one of them to use, say theme1, by setting `highlight_theme = theme1`.