Skip to content

Use correct separator in keywords.txt #4461

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

Merged
merged 1 commit into from
Mar 5, 2018
Merged

Use correct separator in keywords.txt #4461

merged 1 commit into from
Mar 5, 2018

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Mar 5, 2018

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

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
@igrr igrr merged commit 7999f5c into esp8266:master Mar 5, 2018
@igrr
Copy link
Member

igrr commented Mar 5, 2018

Thanks. I should add a CI test for formatting of keywords.txt file.

@per1234
Copy link
Contributor Author

per1234 commented Sep 13, 2018

@igrr relevant to your comment: I wrote a script that detects common problems with keywords.txt, including the issue resolved in this PR.

It's part of this project:
https://github.com/per1234/arduino-ci-script

The keywords.txt-specific code is here:
https://github.com/per1234/arduino-ci-script/blob/1.1.0/arduino-ci-script.sh#L1993-L2256

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants