Adding break and continue to the keywords file.

This commit is contained in:
David A. Mellis 2009-10-23 22:40:47 +00:00
parent 2e26a2d994
commit de28fadf49
1 changed files with 2 additions and 0 deletions

View File

@ -26,10 +26,12 @@ INTERAL LITERAL1 AnalogReference
# KEYWORD1 specifies datatypes and C/C++ keywords
boolean KEYWORD1 BooleanVariables
break KEYWORD1 Break
byte KEYWORD1 Byte
case KEYWORD1 SwitchCase
char KEYWORD1 Char
class KEYWORD1
continue KEYWORD1 Continue
default KEYWORD1 SwitchCase
do KEYWORD1 DoWhile
double KEYWORD1 Double