Skip to content

Commit

Permalink
Use correct separator in keywords.txt
Browse files Browse the repository at this point in the history
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
  • Loading branch information
per1234 committed Sep 2, 2017
1 parent 690c071 commit 980333a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 980333a

Please sign in to comment.