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
pull/8/head
per1234 2017-09-02 08:10:04 -07:00
rodzic 690c071206
commit 980333ae63
1 zmienionych plików z 8 dodań i 8 usunięć

Wyświetl plik

@ -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
complexToMagnitude KEYWORD2
compute KEYWORD2
windowing KEYWORD2
exponent KEYWORD2
swap KEYWORD2
revision KEYWORD2
majorPeak KEYWORD2