Skip to content

Commit e23a456

Browse files
per1234aentinger
authored andcommitted
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 1b3889d commit e23a456

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
@@ -17,7 +17,7 @@ click KEYWORD2
1717
move KEYWORD2
1818
press KEYWORD2
1919
release KEYWORD2
20-
isPressed KEYWORD2
20+
isPressed KEYWORD2
2121

2222
#######################################
2323
# Constants (LITERAL1)

0 commit comments

Comments
 (0)