geany/data/filedefs/filetypes.Arduino.conf

58 lines
2.6 KiB
Plaintext
Raw Normal View History

[styling=C]
[keywords]
primary=and and_eq asm auto bitand bitor bool boolean break byte case catch char class compl const const_cast constexpr continue decltype default delete do double dynamic_cast else enum explicit extern false final float for friend goto if inline int int8_t int16_t int32_t int64_t long mutable namespace new noexcept not not_eq nullptr operator or or_eq override private protected ptrdiff_t public register reinterpret_cast return short signed sizeof size_t static static_assert static_cast struct switch template this throw true try typedef typeid typename uint8_t uint16_t uint32_t uint64_t union unsigned using virtual void volatile while xor xor_eq
secondary=abs analogRead analogReadResolution analogReference analogWrite analogWriteResolution attachInterrupt bit bitClear bitRead bitSet bitWrite constrain cos delay delayMicroseconds detachInterrupt digitalRead digitalWrite EEPROM Ethernet F highByte interrupts isAlpha isAlphaNumeric isAscii isControl isDigit isGraph isHexadecimalDigit isLowerCase isPrintable isPunct isSpace isUpperCase isWhitespace Keyboard LiquidCrystal loop lowByte map max micros millis min Mouse noInterrupts noTone pinMode pow PROGMEM pulseIn random randomSeed SD Serial Servo setup shiftIn shiftOut sin SoftwareSerial SPI sqrt Stepper tan tone Wire word yield
[lexer_properties=C]
[settings]
lexer_filetype=C
tag_parser=C
extension=ino
# single comments, like # in this file
comment_single=//
# multiline comments
comment_open=/*
comment_close=*/
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
#command_example();
# setting to false would generate this
# command_example();
# This setting works only for single line comments
comment_use_indent=true
# context action command (please see Geany's main documentation for details)
context_action_cmd=xdg-open "https://www.arduino.cc/en/Reference/%s"
[indentation]
#width=2
# 0 is spaces, 1 is tabs, 2 is tab & spaces
#type=0
# Use this reference for making up Arduino command lines:
# https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc
[build-menu]
FT_00_LB=_Build
FT_00_CM=arduino --verify "%d/%f" --board arduino:avr:uno
FT_00_WD=
FT_01_LB=Build (_Verbose)
FT_01_CM=arduino --verify --verbose-build "%d/%f" --board arduino:avr:uno
FT_01_WD=
EX_00_LB=_Upload
EX_00_CM=arduino --upload "%d/%f" --board arduino:avr:uno
EX_00_WD=
EX_01_LB=Up_load (Verbose)
EX_01_CM=arduino --upload --verbose-upload "%d/%f" --board arduino:avr:uno
EX_01_WD=