Skip to content

Commit e7f58b9

Browse files
committed
Add platform specific keywords.txt
Since arduino/Arduino@3f1b23b this will cause keywords in this file to be highlighted only when a board from this platform is selected. Currently only contains INPUT_PULLDOWN. Style copied from the INPUT_PULLUP entry at https://github.com/arduino/Arduino/blob/1.8.3/build/shared/lib/keywords.txt#L11. I don't know whether there are other platform specific keywords for Arduino SAMD Boards. I'm happy to add any others on request. Closes arduino/Arduino#3534
1 parent 31e121b commit e7f58b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

keywords.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
INPUT_PULLDOWN LITERAL1 Constants RESERVED_WORD_2

0 commit comments

Comments
 (0)