1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-08-03 12:50:02 +00:00

Disable colouring when lang token is "colorless".

This commit is contained in:
King_DuckZ 2017-05-16 23:07:00 +01:00
parent aa9e1f884f
commit 5a4794240b
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
namespace tawashi {
namespace {
const char g_nolang_token[] = "plaintext";
const char g_nolang_token[] = "colourless";
} //unnamed namespace
PastieResponse::PastieResponse (