logicalzero / gamby

Arduino libraries for the Gamby LCD/game shield
27 stars 11 forks source link

Correct invalid keywords.txt KEYWORD_TOKENTYPE #9

Open per1234 opened 6 years ago

per1234 commented 6 years ago

Use of an invalid KEYWORD_TOKENTYPE value in keywords.txt causes the keyword to be colored by the default editor.function.style (as used by KEYWORD2, KEYWORD3, LITERAL2) in Arduino IDE 1.6.5 and newer. On Arduino IDE 1.6.4 and older this will cause the keyword to not be recognized for any special coloration.

Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keyword_tokentype