Skip to content

Commit

Permalink
Use correct field separator in keywords.txt
Browse files Browse the repository at this point in the history
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
  • Loading branch information
per1234 authored and Pillar1989 committed May 31, 2019
1 parent 5812604 commit d50f972
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
#######################################
# Datatypes (KEYWORD1)
#######################################
KEYWORD1 VEML6070
KEYWORD1 VEML6070


#######################################
# Methods and Functions (KEYWORD2)
#######################################
KEYWORD2 init
KEYWORD2 read_step
KEYWORD2 set_interrupt
KEYWORD2 set_cmd_reg
KEYWORD2 clear_ack
KEYWORD2 convert_to_risk_level
KEYWORD2 init
KEYWORD2 read_step
KEYWORD2 set_interrupt
KEYWORD2 set_cmd_reg
KEYWORD2 clear_ack
KEYWORD2 convert_to_risk_level

#######################################
# Constants (LITERAL1)
#######################################
#######################################

0 comments on commit d50f972

Please sign in to comment.