Skip to content

Commit ab29ea9

Browse files
authored
Use correct field separator in keywords.txt
The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
1 parent 288ae13 commit ab29ea9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

keywords.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FileCache KEYWORD1
2-
put KEYWORD2
3-
get KEYWORD2
1+
FileCache KEYWORD1
2+
put KEYWORD2
3+
get KEYWORD2

0 commit comments

Comments
 (0)