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

Commit 135dcd6

Browse files
per1234calvinatintel
authored andcommitted
Add keywords.txt to Servo library
Provides syntax highlighting for Servo library keywords.
1 parent 8c1d5a3 commit 135dcd6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

libraries/Servo/keywords.txt

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
#######################################
2+
# Syntax Coloring Map Servo
3+
#######################################
4+
5+
#######################################
6+
# Datatypes (KEYWORD1)
7+
#######################################
8+
9+
Servo KEYWORD1 Servo
10+
11+
#######################################
12+
# Methods and Functions (KEYWORD2)
13+
#######################################
14+
attach KEYWORD2
15+
detach KEYWORD2
16+
write KEYWORD2
17+
read KEYWORD2
18+
attached KEYWORD2
19+
writeMicroseconds KEYWORD2
20+
readMicroseconds KEYWORD2
21+
22+
#######################################
23+
# Constants (LITERAL1)
24+
#######################################

0 commit comments

Comments
 (0)