Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information