jonblack / arduino-menusystem

Arduino library for implementing a menu system
MIT License
194 stars 85 forks source link

Use correct separator in keywords.txt #70

Closed per1234 closed 7 years ago

per1234 commented 7 years ago

The Arduino IDE requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted.

Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords

jonblack commented 7 years ago

Thanks. I don't use the Arduino IDE so I would never have noticed :smile: