Update highlight.cpp

Improved documentation
This commit is contained in:
Isak 2018-05-09 23:37:26 +02:00 committed by GitHub
parent ce07df3186
commit 280a298310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
#include <fstream>
#include <string.h>
/* Color codes */
/* ANSI Color codes */
#define COLOR_GREEN "\033[1;32m"
#define COLOR_RESET "\033[0m"
#define COLOR_RED "\033[31m"