d00616 / arduino-NVM

Direct flash memory access, round robin virtual pages and EEPROM like memory.
GNU Lesser General Public License v2.1
26 stars 4 forks source link

Remove leading space from keywords.txt identifier token #4

Closed per1234 closed 6 years ago

per1234 commented 6 years ago

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

d00616 commented 6 years ago

Thank you.