zola/components/config
Jeremy Kerr 1b20acabde config: Don't skip extra syntax loading if highlight_theme = css (#1732)
Currently, init_extra_syntaxtes_and_highlight_themes will supress
loading anything if highlight_theme is "css". This makes sense for the
highlight themes, but will also skip loading any extra syntax
definitions too.

This change defers the theme = css check, so we still load syntaxes in
this case.

Fixes: #1723

Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
2022-01-23 14:33:51 +01:00
..
examples make clippy a bit happier (#1588) 2021-08-18 09:36:51 +02:00
src config: Don't skip extra syntax loading if highlight_theme = css (#1732) 2022-01-23 14:33:51 +01:00
Cargo.toml Update deps 2021-08-12 08:54:55 +02:00