1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-11-22 09:10:54 +00:00

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

View File

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