Skip to content

Commit d6cd127

Browse files
authored
Add INPUT_PULLDOWN
1 parent 83f766d commit d6cd127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/arduino.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ endif
4949
syn keyword arduinoFunc Wire1
5050
"}}}
5151
"C:/Program Files (x86)/Arduino\lib\keywords.txt{{{
52-
syn keyword arduinoConstant HIGH LOW INPUT INPUT_PULLUP OUTPUT DEC BIN HEX OCT PI
52+
syn keyword arduinoConstant HIGH LOW INPUT INPUT_PULLUP INPUT_PULLDOWN OUTPUT DEC BIN HEX OCT PI
5353
syn keyword arduinoConstant HALF_PI TWO_PI LSBFIRST MSBFIRST CHANGE FALLING RISING DEFAULT EXTERNAL INTERNAL
5454
syn keyword arduinoConstant INTERNAL1V1 INTERNAL2V56
5555
syn keyword arduinoType boolean break byte case char class const continue default do

0 commit comments

Comments
 (0)