From e8f742f5597430d5d95a5f244974e971e7f8abb3 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 2 Sep 2017 08:07:24 -0700 Subject: [PATCH] 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 --- keywords.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keywords.txt b/keywords.txt index 2a19920..5dbb236 100644 --- a/keywords.txt +++ b/keywords.txt @@ -14,7 +14,7 @@ ArduinoFacil KEYWORD1 estableceComoSalida KEYWORD2 estableceComoEntrada KEYWORD2 -estableceComoEntradaSubida KEYWORD2 +estableceComoEntradaSubida KEYWORD2 enciende KEYWORD2 apaga KEYWORD2 entrada KEYWORD2