diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-06-25 13:38:07 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-06-25 13:38:15 +0200 |
commit | abca7c20144a1aa0c0197e17cacd892e3ff99ff2 (patch) | |
tree | 571bb7b6905b1d42e8a269c2cb643535904b8ec7 /syntax/arduino.vim | |
parent | 8b6c06e7239eb46d5b5096fd7fe9507aca88b091 (diff) | |
download | vim-polyglot-abca7c20144a1aa0c0197e17cacd892e3ff99ff2.tar.gz vim-polyglot-abca7c20144a1aa0c0197e17cacd892e3ff99ff2.zip |
Update
Diffstat (limited to 'syntax/arduino.vim')
-rw-r--r-- | syntax/arduino.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/arduino.vim b/syntax/arduino.vim index 6fbed366..4511d6cc 100644 --- a/syntax/arduino.vim +++ b/syntax/arduino.vim @@ -51,7 +51,7 @@ endif syn keyword arduinoFunc Wire1 "}}} "C:/Program Files (x86)/Arduino\lib\keywords.txt{{{ - 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 syn keyword arduinoConstant HALF_PI TWO_PI LSBFIRST MSBFIRST CHANGE FALLING RISING DEFAULT EXTERNAL INTERNAL syn keyword arduinoConstant INTERNAL1V1 INTERNAL2V56 syn keyword arduinoType boolean break byte case char class const continue default do |