Skip to content

Commit 7a19ae1

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 41b5207 commit 7a19ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keywords.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ PciListenerImp KEYWORD1
1515

1616
PciListenerImp2 KEYWORD1
1717
init KEYWORD2
18-
lastVal KEYWORD2
18+
lastVal KEYWORD2

0 commit comments

Comments
 (0)