Skip to content

Commit

Permalink
rename extra_highligh_themes to extra_syntaxes_and_themes (#1828)
Browse files Browse the repository at this point in the history
extra_highligh_themes does not exist
  • Loading branch information
luishfonseca authored Apr 17, 2022
1 parent c11ae6e commit 896ea59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/documentation/content/syntax-highlighting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 896ea59

Please sign in to comment.