Skip to content

Commit

Permalink
Use correct separator in keywords.txt (#18)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
per1234 authored and jonblack committed Sep 3, 2017
1 parent 7d9306d commit 27a6d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keywords.txt
@@ -1,2 +1,2 @@
Fsm KEYWORD1
State KEYWORD1
Fsm KEYWORD1
State KEYWORD1

0 comments on commit 27a6d8b

Please sign in to comment.