etherkit / JTEncode

JT65/JT9/JT4/WSPR/FSQ Encoder Library for Arduino
GNU General Public License v3.0
97 stars 33 forks source link

Use correct separator in keywords.txt #15

Closed per1234 closed 4 years ago

per1234 commented 6 years ago

The Arduino IDE currently 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

KevWal commented 4 years ago

FWIW tested and agreed. I wondered why the words were not highlighted 👍

per1234 commented 4 years ago

@NT7S I have now rebased this PR to fix the merge conflict you introduced. So it's all ready to be merged once more.

Please let me know if there's anything I need to do to get this simple, obvious, non-controversial fix merged finally after >2.5 years.

NT7S commented 4 years ago

Thank you for the PR. Please don't take it personal, I'm behind in a lot of my GitHub issues. Now starting to work through things.