Skip to content

Commit 8cc6a98

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 339c14c commit 8cc6a98

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
@@ -10,9 +10,9 @@ PS2KeyRaw KEYWORD1
1010
#######################################
1111
# Methods and Functions (KEYWORD2)
1212
#######################################
13-
begin KEYWORD2
13+
begin KEYWORD2
1414
available KEYWORD2
15-
read KEYWORD2
15+
read KEYWORD2
1616

1717
#######################################
1818
# Constants (LITERAL1)

0 commit comments

Comments
 (0)