Skip to content

Commit ad652d3

Browse files
authored
Use correct separator in keywords.txt
The Arduino IDE currently requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
1 parent 7809235 commit ad652d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keywords.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ setHandleSystemReset KEYWORD2
7777
getTypeFromStatusByte KEYWORD2
7878
getChannelFromStatusByte KEYWORD2
7979
isChannelMessage KEYWORD2
80-
encodeSysEx KEYWORD2
81-
decodeSysEx KEYWORD2
80+
encodeSysEx KEYWORD2
81+
decodeSysEx KEYWORD2
8282

8383

8484
#######################################

0 commit comments

Comments
 (0)