From 1b44dfa547035e50e3706e0f43c73fa6c460fb17 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 14 Jul 2018 20:03:25 -0700 Subject: 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 --- keywords.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'keywords.txt') 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 -- cgit v1.2.3