Skip to content

Commit

Permalink
keywords syntax highlighting corrected in SoftwareSerial library
Browse files Browse the repository at this point in the history
  • Loading branch information
Fede85 committed May 24, 2013
1 parent 5481bac commit 22320db
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions libraries/SoftwareSerial/keywords.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#######################################
# Syntax Coloring Map for NewSoftSerial
# Syntax Coloring Map for SoftwareSerial
# (formely NewSoftSerial)
#######################################

#######################################
# Datatypes (KEYWORD1)
#######################################

NewSoftSerial KEYWORD1
SoftwareSerial KEYWORD1

#######################################
# Methods and Functions (KEYWORD2)
Expand All @@ -15,11 +16,13 @@ NewSoftSerial KEYWORD1
begin KEYWORD2
end KEYWORD2
read KEYWORD2
write KEYWORD2
available KEYWORD2
isListening KEYWORD2
overflow KEYWORD2
flush KEYWORD2
listen KEYWORD2
peek KEYWORD2

#######################################
# Constants (LITERAL1)
Expand Down

0 comments on commit 22320db

Please sign in to comment.