We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83f766d + d6cd127 commit adbc477Copy full SHA for adbc477
syntax/arduino.vim
@@ -49,7 +49,7 @@ endif
49
syn keyword arduinoFunc Wire1
50
"}}}
51
"C:/Program Files (x86)/Arduino\lib\keywords.txt{{{
52
- syn keyword arduinoConstant HIGH LOW INPUT INPUT_PULLUP OUTPUT DEC BIN HEX OCT PI
+ syn keyword arduinoConstant HIGH LOW INPUT INPUT_PULLUP INPUT_PULLDOWN OUTPUT DEC BIN HEX OCT PI
53
syn keyword arduinoConstant HALF_PI TWO_PI LSBFIRST MSBFIRST CHANGE FALLING RISING DEFAULT EXTERNAL INTERNAL
54
syn keyword arduinoConstant INTERNAL1V1 INTERNAL2V56
55
syn keyword arduinoType boolean break byte case char class const continue default do
0 commit comments