nickgammon / BigNumber

BigNumber library for the Arduino
MIT License
85 stars 22 forks source link

Use correct field separator in keywords.txt #5

Open per1234 opened 6 years ago

per1234 commented 6 years ago

The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab the keyword is not highlighted.

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

nickgammon commented 6 years ago

See my comments under your other pull request. :)