From 583de98b768aaa43a589a1f4280e5e6a624dc268 Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Sun, 18 Jun 2017 02:29:11 +0100 Subject: [PATCH] Add colourless mustache token. --- src/kamokan_impl/pastie_response.cpp | 1 + 1 file changed, 1 insertion(+) 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() {