envy / esp-knx-ip

A KNX/IP library for the ESP8266 with Arduino
MIT License
135 stars 49 forks source link

Correct invalid keywords.txt KEYWORD_TOKENTYPE #61

Closed per1234 closed 6 years ago

per1234 commented 6 years ago

The DATA_TYPE keyword identifier is only valid when used in the RSYNTAXTEXTAREA_TOKENTYPE field of keywords.txt. That is the fourth field rather than the second, where DATA_TYPE was previously. I moved DATA_TYPE to the fourth field and replaced it with the equivalent KEYWORD1 KEYWORD_TOKENTYPE in the second field.

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

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

ascillato commented 6 years ago

:+1: