Skip to content

Commit 13486f2

Browse files
authored
Use a single tab field separator in keywords.txt
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
1 parent d6e93be commit 13486f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

keywords.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
Tasker KEYWORD1
1+
Tasker KEYWORD1
22

33
setTimeout KEYWORD2
44
setInterval KEYWORD2
55
setRepeated KEYWORD2
6-
cancel KEYWORD2
6+
cancel KEYWORD2
77
clearTimeout KEYWORD2
88
clearInterval KEYWORD2
99
scheduledIn KEYWORD2
10-
loop KEYWORD2
10+
loop KEYWORD2
1111
isPrioritized KEYWORD2
1212
setPrioritized KEYWORD2
1313

0 commit comments

Comments
 (0)