Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit f3eef12

Browse files
per1234calvinatintel
authored andcommitted
Add keywords.txt to Wire library
Provides syntax highlighting of Wire library specific keywords.
1 parent 019d502 commit f3eef12

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

libraries/Wire/keywords.txt

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
#######################################
2+
# Syntax Coloring Map For Wire
3+
#######################################
4+
5+
#######################################
6+
# Datatypes (KEYWORD1)
7+
#######################################
8+
9+
#######################################
10+
# Methods and Functions (KEYWORD2)
11+
#######################################
12+
13+
begin KEYWORD2
14+
beginTransmission KEYWORD2
15+
endTransmission KEYWORD2
16+
requestFrom KEYWORD2
17+
onReceive KEYWORD2
18+
onRequest KEYWORD2
19+
20+
#######################################
21+
# Instances (KEYWORD2)
22+
#######################################
23+
24+
Wire KEYWORD2
25+
Wire1 KEYWORD2
26+
27+
#######################################
28+
# Constants (LITERAL1)
29+
#######################################
30+

0 commit comments

Comments
 (0)