Now using the style's background color when syntax highlighting.

This commit is contained in:
Andrew Hamilton 2016-02-18 19:58:46 +00:00
parent 1a12f6e369
commit cbba46d5c0
10 changed files with 45 additions and 42 deletions

View file

@ -1,8 +1,8 @@
#include <iostream>
using namespace std;
int main()
{
 cout << "Hello World" << endl;
} 
#include <iostream> 
 
using namespace std; 
 
int main() 
{ 
 cout << "Hello World" << endl;
}