Skip to content

Commit

Permalink
Use correct separator in keywords.txt
Browse files Browse the repository at this point in the history
The Arduino IDE currently 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 committed Nov 20, 2017
1 parent 92ad48e commit ae865ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SharpIR KEYWORD1
# Methods and Functions (KEYWORD2)
#######################################

distance KEYWORD2
distance KEYWORD2

#######################################
# Constants (LITERAL1)
Expand Down

0 comments on commit ae865ba

Please sign in to comment.