Skip to content

Commit 27a6d8b

Browse files
per1234jonblack
authored andcommitted
Use correct separator in keywords.txt (#18)
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 7d9306d commit 27a6d8b

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
@@ -1,2 +1,2 @@
1-
Fsm KEYWORD1
2-
State KEYWORD1
1+
Fsm KEYWORD1
2+
State KEYWORD1

0 commit comments

Comments
 (0)