Remove leading space from keywords.txt identifier #48

Merged
per1234 merged 1 commits from keywords-separator into master 2018-08-03 22:14:50 +03:00
1 Commits
Author SHA1 Message Date
per1234 c2e3cd5a2d Remove leading space from keywords.txt identifier
Each field of keywords.txt is separated by a single true tab. Leading spaces on a keyword identifier causes it to not be recognized by the Arduino IDE. On Arduino IDE 1.6.5 and newer an unrecognized keyword identifier causes the default editor.function.style highlighting to be used (as with KEYWORD2, KEYWORD3).

Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
2018-08-03 10:20:43 -07:00