Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorper1234 <accounts@perglass.com>2018-07-15 06:03:25 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2018-07-15 06:03:25 +0300
commit1b44dfa547035e50e3706e0f43c73fa6c460fb17 (patch)
tree6e1e6eea30ebfc1e2681c972362b30c733ed083a /keywords.txt
parentdcbf39933f51a2a0e4dfa0a2b3af4f50040df5c9 (diff)
Use a single tab field separator in keywords.txt (#628)
Each field of keywords.txt is separated by a single true tab. When you use multiple tabs it causes the field to be interpreted as empty. On Arduino IDE 1.6.5 and newer an empty KEYWORD_TOKENTYPE causes the default editor.function.style coloration to be used (as with KEYWORD2, KEYWORD3, LITERAL2). On Arduino IDE 1.6.4 and older it causes the keyword to not be recognized for any special coloration. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
Diffstat (limited to 'keywords.txt')
-rw-r--r--keywords.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/keywords.txt b/keywords.txt
index a735cb52..64f5d37f 100644
--- a/keywords.txt
+++ b/keywords.txt
@@ -91,9 +91,9 @@ random16_set_seed KEYWORD2
random16_get_seed KEYWORD2
random16_add_entropy KEYWORD2
sin16_avr KEYWORD2
-sin16 KEYWORD2
+sin16 KEYWORD2
cos16 KEYWORD2
-sin8 KEYWORD2
+sin8 KEYWORD2
cos8 KEYWORD2
lerp8by8 KEYWORD2
lerp16by16 KEYWORD2
@@ -370,4 +370,4 @@ BACKWARD_HUES LITERAL1
SHORTEST_HUES LITERAL1
LONGEST_HUES LITERAL1
LINEARBLEND LITERAL1
-NOBLEND LITERAL1
+NOBLEND LITERAL1