Skip to content

Commit

Permalink
Use correct field separator in keywords.txt
Browse files Browse the repository at this point in the history
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
  • Loading branch information
per1234 authored May 30, 2019
1 parent b087b5f commit 5dc5c94
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 @@ -14,7 +14,7 @@ avdweb_VirtualDelay KEYWORD1

start KEYWORD2
elapsed KEYWORD2
DO_ONCE KEYWORD2
DO_ONCE KEYWORD2

#######################################
# Instances (KEYWORD2)
Expand Down

0 comments on commit 5dc5c94

Please sign in to comment.