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:
parent
00c62d4ac6
commit
583de98b76
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ namespace kamokan {
|
||||||
boost::get<std::string>(parContext["pastie"])
|
boost::get<std::string>(parContext["pastie"])
|
||||||
);
|
);
|
||||||
parContext["highlight_comment"] = std::move(highlight_comment);
|
parContext["highlight_comment"] = std::move(highlight_comment);
|
||||||
|
parContext["colourless"] = not m_syntax_highlight;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string PastieResponse::on_mustache_retrieve() {
|
std::string PastieResponse::on_mustache_retrieve() {
|
||||||
|
|
Loading…
Reference in a new issue