Skip to content

Commit 059b3a9

Browse files
committed
Use correct separator in keywords.txt
The Arduino IDE 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 25da749 commit 059b3a9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

keywords.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
ByteConvert KEYWORD1
2-
arrayToVar KEYWORD2
3-
varToArray KEYWORD2
4-
valToHex KEYWORD2
5-
hexToVal KEYWORD2
6-
byteToHexString KEYWORD2
7-
hexStringToByte KEYWORD2
8-
arrayToString KEYWORD2
9-
stringToArray KEYWORD2
1+
ByteConvert KEYWORD1
2+
arrayToVar KEYWORD2
3+
varToArray KEYWORD2
4+
valToHex KEYWORD2
5+
hexToVal KEYWORD2
6+
byteToHexString KEYWORD2
7+
hexStringToByte KEYWORD2
8+
arrayToString KEYWORD2
9+
stringToArray KEYWORD2

0 commit comments

Comments
 (0)