1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283
|
#include <wx/string.h>
const wxString DefaultLexerJSON = R"EOF(
{
"Name": "c++",
"Theme": "Atom One-Dark",
"Flags": 5,
"Id": 3,
"KeyWords0": "alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const const_cast constexpr continue decltype default delete do double dynamic_cast else enum explicit export extern false final float for friend goto if inline int long mutable namespace new noexcept not not_eq nullptr operator or or_eq override private protected public register reinterpret_cast return short signed sizeof static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq ",
"KeyWords1": "",
"KeyWords2": "a addindex addtogroup anchor arg attention author b brief bug c callergraph callgraph category class code cond copybrief copydetails copydoc date def defgroup deprecated details dir dontinclude dot dotfile e else elseif em endcode endcond enddot endhtmlonly endif endlatexonly endlink endmanonly endmsc endverbatim endxmlonly enum example exception extends file fn headerfile hideinitializer htmlinclude htmlonly if ifnot image implements include includelineno ingroup interface internal invariant latexonly li line link mainpage manonly memberof msc n name namespace nosubgrouping note overload p package page par paragraph param post pre private privatesection property protected protectedsection protocol public publicsection ref relates relatesalso remarks return retval sa section see showinitializer since skip skipline struct subpage subsection subsubsection test throw todo tparam typedef union until var verbatim verbinclude version warning weakgroup xmlonly xrefitem",
"KeyWords3": "",
"KeyWords4": "",
"Extensions": "*.cxx;*.hpp;*.cc;*.h;*.c;*.cpp;*.l;*.y;*.c++;*.hh;*.ipp;*.hxx;*.h++;*.ino",
"SubstyleBase": 11,
"WordSet": [{
"index": 3,
"is_substyle": false
}, {
"index": 1,
"is_substyle": false
}, {
"index": 2,
"is_substyle": true
}, {
"index": 4,
"is_substyle": false
}],
"Properties": [{
"Id": 0,
"Name": "Default",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#53565C",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 1,
"Name": "Common C style comment",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#7D8C93",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 2,
"Name": "Common C++ style comment",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#7D8C93",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 3,
"Name": "Doxygen C style comment",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#7D8C93",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 4,
"Name": "Number",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#FFCD22",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 5,
"Name": "C++ keyword",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#C678DD",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 6,
"Name": "String",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#EC7600",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 7,
"Name": "Character",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#EC7600",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 8,
"Name": "Uuid",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#FFCD22",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 9,
"Name": "Preprocessor",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#E0E2E4",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 10,
"Name": "Operator",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#E8E2B7",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 11,
"Name": "Identifier",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#E0E2E4",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 12,
"Name": "Open String",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#EC7600",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 15,
"Name": "Doxygen C++ style comment",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#7D8C93",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 17,
"Name": "Doxygen keyword",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#A082BD",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 18,
"Name": "Doxygen keyword error",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#A082BD",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 16,
"Name": "Functions",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#56AFD7",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 19,
"Name": "Classes",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#FFC235",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 2,
"Name": "Variables",
"Flags": 16,
"Alpha": 50,
"FontDesc": "",
"Colour": "#F35151",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 34,
"Name": "Brace match",
"Flags": 2,
"Alpha": 50,
"FontDesc": "",
"Colour": "yellow",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 35,
"Name": "Brace bad match",
"Flags": 2,
"Alpha": 50,
"FontDesc": "",
"Colour": "red",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 37,
"Name": "Indent Guide",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#282C34",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": -1,
"Name": "Fold Margin",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#3D4148",
"BgColour": "#3D4148",
"Size": 12
}, {
"Id": -2,
"Name": "Text Selection",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#404040",
"BgColour": "#CC9900",
"Size": 12
}, {
"Id": -3,
"Name": "Caret Colour",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "rgb(255, 128, 0)",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": -4,
"Name": "Whitespace",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#3D4148",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 38,
"Name": "Calltip",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#E0E2E4",
"BgColour": "#282C34",
"Size": 12
}, {
"Id": 33,
"Name": "Line Numbers",
"Flags": 0,
"Alpha": 50,
"FontDesc": "",
"Colour": "#53565C",
"BgColour": "#282C34",
"Size": 12
}]
}
)EOF";
|