File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -243,6 +243,16 @@ synchronized KEYWORD4
243243while KEYWORD4 while
244244try KEYWORD4 try
245245
246+ catch FUNCTION3 catch
247+ do FUNCTION3
248+ for FUNCTION3 for
249+ if FUNCTION3 if
250+ #else FUNCTION3 else
251+ switch FUNCTION3 switch
252+ synchronized FUNCTION3
253+ while FUNCTION3 while
254+ try FUNCTION3 try
255+
246256
247257# These items are a part of Processing but, but pages don't generate
248258
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ sub set_category
171171 } elsif ($subcat =~ s / field/ field/ i ) {
172172 $category = " KEYWORD2" ;
173173 } elsif ($type eq " variable" ) {
174- $category = " KEYWORD3 " ;
174+ $category = " KEYWORD4 " ;
175175 } elsif (($lc_type eq " object" ) || ($lc_type eq " class" )) {
176176 $category = " KEYWORD5" ;
177177 } elsif ($cat =~ s / constants/ constants/ i ) {
You can’t perform that action at this time.
0 commit comments