mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-10-02 15:00:02 +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…
Add table
Add a link
Reference in a new issue