diff --git a/src/kamokan_impl/pastie_response.cpp b/src/kamokan_impl/pastie_response.cpp index 20b8ab7..92b1de7 100644 --- a/src/kamokan_impl/pastie_response.cpp +++ b/src/kamokan_impl/pastie_response.cpp @@ -178,6 +178,7 @@ namespace kamokan { boost::get(parContext["pastie"]) ); parContext["highlight_comment"] = std::move(highlight_comment); + parContext["colourless"] = not m_syntax_highlight; } std::string PastieResponse::on_mustache_retrieve() {