From 980333ae63239e2ba5af441b763fc777fd8c9d49 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 2 Sep 2017 08:10:04 -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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/keywords.txt b/keywords.txt index 93e62ae..f474d1a 100644 --- a/keywords.txt +++ b/keywords.txt @@ -6,16 +6,16 @@ # Datatypes (KEYWORD1) ####################################### -PlainFFT KEYWORD1 +PlainFFT KEYWORD1 ####################################### # Methods and Functions (KEYWORD2) ####################################### -complexToMagnitude KEYWORD2 -compute KEYWORD2 -windowing KEYWORD2 -exponent KEYWORD2 -swap KEYWORD2 -revision KEYWORD2 -majorPeak KEYWORD2 \ No newline at end of file +complexToMagnitude KEYWORD2 +compute KEYWORD2 +windowing KEYWORD2 +exponent KEYWORD2 +swap KEYWORD2 +revision KEYWORD2 +majorPeak KEYWORD2 \ No newline at end of file