Skip to content

Commit d336e0f

Browse files
authored
Use correct and valid KEYWORD_TOKENTYPEs in keywords.txt
Use of the undocumented KEYWORD4 has the unexpected result of coloring the keyword as an inline comment in Arduino IDE 1.6.4 and older. Use of the undocumented KEYWORD4 has the unexpected result of coloring the keyword as a hyperlink in Arduino IDE 1.6.4 and older. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keyword_tokentype
1 parent 17a379a commit d336e0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

keywords.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
connect KEYWORD1
1+
connect KEYWORD2
22
execute KEYWORD2
3-
show_results KEYWORD3
4-
connected KEYWORD4
5-
field_struct KEYWORD5
3+
show_results KEYWORD2
4+
connected KEYWORD2
5+
field_struct KEYWORD3

0 commit comments

Comments
 (0)