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 Jul 17, 2018
1 parent 5f2739d commit 49afa08
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions keywords.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yatuli KEYWORD1

init KEYWORD2
set KEYWORD2
check KEYWORD2
dir KEYWORD2
adc KEYWORD2
value KEYWORD2
init KEYWORD2
set KEYWORD2
check KEYWORD2
dir KEYWORD2
adc KEYWORD2
value KEYWORD2

0 comments on commit 49afa08

Please sign in to comment.