Skip to content

Commit f16307b

Browse files
author
David Hasenfratz
committed
Merge branch 'add-keywords' into 'master'
Add keywords.txt file for syntax highlighting See merge request !3
2 parents dec3668 + 33b0256 commit f16307b

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

keywords.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#######################################
2+
# Syntax Coloring Map For arduino-sht
3+
#######################################
4+
5+
#######################################
6+
# Datatypes (KEYWORD1)
7+
#######################################
8+
9+
SHTSensorType KEYWORD1
10+
SHTAccuracy KEYWORD1
11+
SHTSensor KEYWORD1
12+
13+
#######################################
14+
# Methods and Functions (KEYWORD2)
15+
#######################################
16+
17+
init KEYWORD2
18+
readSample KEYWORD2
19+
getHumidity KEYWORD2
20+
getTemperature KEYWORD2
21+
setAccuracy KEYWORD2
22+
23+
#######################################
24+
# Instances (KEYWORD2)
25+
#######################################
26+
27+
#######################################
28+
# Constants (LITERAL1)
29+
#######################################

0 commit comments

Comments
 (0)