Use correct separator in keywords.txt

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
This commit is contained in:
per1234 2017-10-19 23:52:29 -07:00 committed by GitHub
parent ae0056b8f3
commit 4b331eb096
1 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
EasyUI KEYWORD1
EasyUI KEYWORD1
detectCDN KEYWORD2
title KEYWORD2
begin KEYWORD2
label KEYWORD2
toggleButton KEYWORD2
loop KEYWORD2
detectCDN KEYWORD2
title KEYWORD2
begin KEYWORD2
label KEYWORD2
toggleButton KEYWORD2
loop KEYWORD2