Skip to content

Commit 22320db

Browse files
committed
keywords syntax highlighting corrected in SoftwareSerial library
Fixed #1426
1 parent 5481bac commit 22320db

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

libraries/SoftwareSerial/keywords.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
#######################################
2-
# Syntax Coloring Map for NewSoftSerial
2+
# Syntax Coloring Map for SoftwareSerial
3+
# (formely NewSoftSerial)
34
#######################################
45

56
#######################################
67
# Datatypes (KEYWORD1)
78
#######################################
89

9-
NewSoftSerial KEYWORD1
10+
SoftwareSerial KEYWORD1
1011

1112
#######################################
1213
# Methods and Functions (KEYWORD2)
@@ -15,11 +16,13 @@ NewSoftSerial KEYWORD1
1516
begin KEYWORD2
1617
end KEYWORD2
1718
read KEYWORD2
19+
write KEYWORD2
1820
available KEYWORD2
1921
isListening KEYWORD2
2022
overflow KEYWORD2
2123
flush KEYWORD2
2224
listen KEYWORD2
25+
peek KEYWORD2
2326

2427
#######################################
2528
# Constants (LITERAL1)

0 commit comments

Comments
 (0)