From 35f5d3bdb82bf9a05c4cbd49f5337f3a2b780fd3 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 16 Jul 2018 23:09:20 -0700 Subject: [PATCH] Use correct field separator in keywords.txt 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 --- keywords.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/keywords.txt b/keywords.txt index c56ad825..f7170389 100644 --- a/keywords.txt +++ b/keywords.txt @@ -82,9 +82,9 @@ getX KEYWORD2 getY KEYWORD2 getTouchCounter KEYWORD2 -getUsbStatus KEYWORD2 -getAudioStatus KEYWORD2 -getMicStatus KEYWORD2 +getUsbStatus KEYWORD2 +getAudioStatus KEYWORD2 +getMicStatus KEYWORD2 #################################################### # Constants and enums (LITERAL1)