From bf490b39c77ab1f7c99def9a6bd1ee1b18c10d30 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 17 Jul 2018 01:23:38 -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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keywords.txt b/keywords.txt index f33db55..00a10e2 100644 --- a/keywords.txt +++ b/keywords.txt @@ -13,7 +13,7 @@ DAQShield KEYWORD1 ####################################### set KEYWORD2 -begin KEYWORD2 +begin KEYWORD2 end KEYWORD2 initSPI KEYWORD2 resetDataFlash KEYWORD2 @@ -128,4 +128,4 @@ ADC_MUXCAL_TEMP LITERAL1 ADC_MUXCAL_REF1 LITERAL1 ADC_MUXCAL_REF0 LITERAL1 ADC_MUXCAL_AVDD LITERAL1 -ADC_MUXCAL_DVDD LITERAL1 \ No newline at end of file +ADC_MUXCAL_DVDD LITERAL1