|
|
|
@ -10,8 +10,12 @@ const std::string configjson = |
|
|
|
#ifdef __APPLE__ |
|
|
|
#ifdef __APPLE__ |
|
|
|
" \"font\": \"Menlo 11\", " |
|
|
|
" \"font\": \"Menlo 11\", " |
|
|
|
#else |
|
|
|
#else |
|
|
|
|
|
|
|
#ifdef _WIN32 |
|
|
|
|
|
|
|
" \"font\": \"Consolas\", " |
|
|
|
|
|
|
|
#else |
|
|
|
" \"font\": \"Monospace\", " |
|
|
|
" \"font\": \"Monospace\", " |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
#endif |
|
|
|
"//Use \"\" for default font, and for instance \"Monospace 12\" to also set size.\n" |
|
|
|
"//Use \"\" for default font, and for instance \"Monospace 12\" to also set size.\n" |
|
|
|
" \"clang_types\": {\n" |
|
|
|
" \"clang_types\": {\n" |
|
|
|
" \"8\": \"def:function\",\n" |
|
|
|
" \"8\": \"def:function\",\n" |
|
|
|
|