1[
2 {"type":"NameDecorator","value":"#pragma"},
3 {"type":"Text","value":" rtGlobals=3\n\n"},
4 {"type":"NameDecorator","value":"#include"},
5 {"type":"Text","value":" "},
6 {"type":"LiteralString","value":"\"someFile\""},
7 {"type":"Text","value":"\n\n"},
8 {"type":"KeywordType","value":"StrConstant"},
9 {"type":"Text","value":" myConstString="},
10 {"type":"LiteralString","value":"\"abcd\""},
11 {"type":"Text","value":"\n"},
12 {"type":"CommentSingle","value":"// some comment"},
13 {"type":"Text","value":"\n"},
14 {"type":"KeywordType","value":"Constant"},
15 {"type":"Text","value":" myConst=123\n\n"},
16 {"type":"KeywordReserved","value":"static"},
17 {"type":"Text","value":" "},
18 {"type":"KeywordReserved","value":"Structure"},
19 {"type":"Text","value":" struct1\n\t"},
20 {"type":"KeywordType","value":"string"},
21 {"type":"Text","value":" str\n\t"},
22 {"type":"KeywordType","value":"variable"},
23 {"type":"Text","value":" var\n"},
24 {"type":"KeywordReserved","value":"EndStructure"},
25 {"type":"Text","value":"\n\n"},
26 {"type":"KeywordReserved","value":"Function"},
27 {"type":"Text","value":"/"},
28 {"type":"KeywordType","value":"WAVE"},
29 {"type":"Text","value":" myFunction(var)\n\t"},
30 {"type":"KeywordType","value":"Variable"},
31 {"type":"Text","value":" var\n\n\t"},
32 {"type":"NameClass","value":"Make"},
33 {"type":"Text","value":"/N=(var) test\n\n\t"},
34 {"type":"Keyword","value":"return"},
35 {"type":"Text","value":" test\n"},
36 {"type":"KeywordReserved","value":"End"},
37 {"type":"Text","value":"\n\n"},
38 {"type":"NameDecorator","value":"#ifdef"},
39 {"type":"Text","value":" NOT_DEFINED\n\t"},
40 {"type":"CommentSingle","value":"// conditional compilation"},
41 {"type":"Text","value":"\n"},
42 {"type":"NameDecorator","value":"#endif"},
43 {"type":"Text","value":"\n"}
44]
View as plain text