Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit 76ebd2d

Browse files
per1234kroimon
authored andcommitted
Use correct separator in keywords.txt
The Arduino IDE currently requires the use of a single true 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 9e173eb commit 76ebd2d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

keywords.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
# Datatypes (KEYWORD1)
33
#######################################
44

5-
SerialCommand KEYWORD1
5+
SerialCommand KEYWORD1
66

77
#######################################
88
# Methods and Functions (KEYWORD2)
99
#######################################
1010

11-
addCommand KEYWORD2
12-
setDefaultHandler KEYWORD2
13-
readSerial KEYWORD2
14-
clearBuffer KEYWORD2
15-
next KEYWORD2
11+
addCommand KEYWORD2
12+
setDefaultHandler KEYWORD2
13+
readSerial KEYWORD2
14+
clearBuffer KEYWORD2
15+
next KEYWORD2
1616

1717
#######################################
1818
# Instances (KEYWORD2)

0 commit comments

Comments
 (0)