zola/components/config/src
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
..
config config: Don't skip extra syntax loading if highlight_theme = css (#1732) 2022-01-23 14:33:51 +01:00
highlighting.rs Support custom syntax highlighting themes (#1499) 2021-09-13 21:08:48 +02:00
lib.rs Lang aware search indices settings 2021-04-07 22:13:15 +02:00
theme.rs make clippy a bit happier (#1588) 2021-08-18 09:36:51 +02:00