1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2024-12-27 21:35:41 +00:00

Add colourless mustache token.

This commit is contained in:
King_DuckZ 2017-06-18 02:29:11 +01:00
parent 00c62d4ac6
commit 583de98b76

View file

@ -178,6 +178,7 @@ namespace kamokan {
boost::get<std::string>(parContext["pastie"])
);
parContext["highlight_comment"] = std::move(highlight_comment);
parContext["colourless"] = not m_syntax_highlight;
}
std::string PastieResponse::on_mustache_retrieve() {