Skip to content

Commit 5838701

Browse files
committed
Code color coding scheme candidate for 2b8
1 parent 7b02747 commit 5838701

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

content/api_en/Table.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@
2020
<b>Table</b> is... TBD.
2121
]]></description>
2222

23+
<type>class</type>
24+
2325
</root>

content/api_en/XML.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,7 @@ void setup() {
4949
Only files encoded as UTF-8 (or plain ASCII) are parsed properly; the encoding parameter inside XML files is ignored.
5050
]]></description>
5151

52+
53+
<type>class</type>
54+
5255
</root>

generate/keywords_base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ catch FUNCTION3 catch
247247
do FUNCTION3
248248
for FUNCTION3 for
249249
if FUNCTION3 if
250-
#else FUNCTION3 else
250+
else FUNCTION3 else
251251
switch FUNCTION3 switch
252252
synchronized FUNCTION3
253253
while FUNCTION3 while

0 commit comments

Comments
 (0)