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:
parent
aa9e1f884f
commit
5a4794240b
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
namespace tawashi {
|
||||
namespace {
|
||||
const char g_nolang_token[] = "plaintext";
|
||||
const char g_nolang_token[] = "colourless";
|
||||
} //unnamed namespace
|
||||
|
||||
PastieResponse::PastieResponse (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue