Skip to content

Commit 219a81a

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 294f810 commit 219a81a

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
@@ -6,18 +6,18 @@
66
# Datatypes (KEYWORD1)
77
#######################################
88

9-
Cape KEYWORD1
9+
Cape KEYWORD1
1010

1111
#######################################
1212
# Methods and Functions (KEYWORD2)
1313
#######################################
1414

1515

16-
hash KEYWORD2
17-
decrypt KEYWORD2
18-
encrypt KEYWORD2
19-
salt KEYWORD2
20-
set_key KEYWORD2
16+
hash KEYWORD2
17+
decrypt KEYWORD2
18+
encrypt KEYWORD2
19+
salt KEYWORD2
20+
set_key KEYWORD2
2121

2222
#######################################
2323
# Instances (KEYWORD2)

0 commit comments

Comments
 (0)