Skip to content

Commit 3bd35c5

Browse files
authored
Correct invalid keywords.txt KEYWORD_TOKENTYPE
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
1 parent 88401da commit 3bd35c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keywords.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Datatypes (KEYWORD1)
77
#######################################
88

9-
MX25R6435F KEYWORD
9+
MX25R6435F KEYWORD1
1010

1111
#######################################
1212
# Methods and Functions (KEYWORD2)

0 commit comments

Comments
 (0)