Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix formatting of keywords.txt #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 29, 2019

  1. Use correct field separator in keywords.txt

    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
    per1234 authored May 29, 2019
    Configuration menu
    Copy the full SHA
    ac91e65 View commit details
    Browse the repository at this point in the history
  2. Fix keyword definitions

    The type was left on some of the keyword definitions, causing them to not be recognized by the Arduino IDE.
    per1234 authored May 29, 2019
    Configuration menu
    Copy the full SHA
    ccefab1 View commit details
    Browse the repository at this point in the history