Skip to content

Commit

Permalink
Use correct separator in keywords.txt
Browse files Browse the repository at this point in the history
The Arduino IDE currently requires the use of a single true 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
  • Loading branch information
per1234 authored Jun 13, 2018
1 parent 4fb2be7 commit dc2b942
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Arduino/ICP101xx/keywords.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Datatypes (KEYWORD1)

ICP101xx KEYWORD1
ICP101xx KEYWORD1

# Methods and Functions (KEYWORD2)

begin KEYWORD2
isConnected KEYWORD2
measure KEYWORD2
begin KEYWORD2
isConnected KEYWORD2
measure KEYWORD2
measureStart KEYWORD2
dataReady KEYWORD2
dataReady KEYWORD2
getTemperatureC KEYWORD2
getTemperatureF KEYWORD2
getTemperatureF KEYWORD2
getPressurePa KEYWORD2

# Constants (KEYWORD3)

FAST LITERAL1
NORMAL LITERAL1
ACCURATE LITERAL1
FAST LITERAL1
NORMAL LITERAL1
ACCURATE LITERAL1
VERY_ACCURATE LITERAL1

0 comments on commit dc2b942

Please sign in to comment.