1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-20 14:54:31 +01:00

Fixed pigmentation

This commit is contained in:
agdl 2016-02-22 10:05:51 +01:00
parent 88650b65a6
commit 8035f24498

View File

@ -27,18 +27,18 @@ EXTERNAL LITERAL2 AnalogReference RESERVED_WORD_2
INTERNAL LITERAL2 AnalogReference RESERVED_WORD_2 INTERNAL LITERAL2 AnalogReference RESERVED_WORD_2
INTERNAL1V1 LITERAL2 AnalogReference RESERVED_WORD_2 INTERNAL1V1 LITERAL2 AnalogReference RESERVED_WORD_2
INTERNAL2V56 LITERAL2 AnalogReference RESERVED_WORD_2 INTERNAL2V56 LITERAL2 AnalogReference RESERVED_WORD_2
LED_BUILTIN LITERAL2 RESERVED_WORD_2 LED_BUILTIN LITERAL2 Constants RESERVED_WORD_2
LED_BUILTIN_RX LITERAL2 RESERVED_WORD_2 LED_BUILTIN_RX LITERAL2 Constants RESERVED_WORD_2
LED_BUILTIN_TX LITERAL2 RESERVED_WORD_2 LED_BUILTIN_TX LITERAL2 Constants RESERVED_WORD_2
DIGITAL_MESSAGE LITERAL2 DIGITAL_MESSAGE LITERAL2 Constants RESERVED_WORD_2
FIRMATA_STRING LITERAL2 FIRMATA_STRING LITERAL2 Constants RESERVED_WORD_2
ANALOG_MESSAGE LITERAL2 ANALOG_MESSAGE LITERAL2 Constants RESERVED_WORD_2
REPORT_DIGITAL LITERAL2 REPORT_DIGITAL LITERAL2 Constants RESERVED_WORD_2
REPORT_ANALOG LITERAL2 REPORT_ANALOG LITERAL2 Constants RESERVED_WORD_2
SET_PIN_MODE LITERAL2 SET_PIN_MODE LITERAL2 Constants RESERVED_WORD_2
SYSTEM_RESET LITERAL2 SYSTEM_RESET LITERAL2 Constants RESERVED_WORD_2
SYSEX_START LITERAL2 SYSEX_START LITERAL2 Constants RESERVED_WORD_2
auto LITERAL2 RESERVED_WORD_2 auto LITERAL2 RESERVED_WORD_2
int8_t LITERAL2 RESERVED_WORD_2 int8_t LITERAL2 RESERVED_WORD_2
@ -81,38 +81,39 @@ void LITERAL2 Void RESERVED_WORD_2
true LITERAL2 LITERAL_BOOLEAN true LITERAL2 LITERAL_BOOLEAN
unsigned LITERAL2 RESERVED_WORD_2 unsigned LITERAL2 RESERVED_WORD_2
word LITERAL2 RESERVED_WORD_2 word LITERAL2 RESERVED_WORD_2
array LITERAL2 RESERVED_WORD_2 array LITERAL2 Constants RESERVED_WORD_2
sizeof LITERAL2 sizeof LITERAL2 Constants RESERVED_WORD_2
dynamic_cast LITERAL2 dynamic_cast LITERAL2 Constants RESERVED_WORD_2
typedef LITERAL2 typedef LITERAL2 Constants RESERVED_WORD_2
const_cast LITERAL2 const_cast LITERAL2 Constants RESERVED_WORD_2
struct LITERAL2 struct LITERAL2 Constants RESERVED_WORD_2
static_cast LITERAL2 static_cast LITERAL2 Constants RESERVED_WORD_2
union LITERAL2 union LITERAL2 Constants RESERVED_WORD_2
friend LITERAL2 friend LITERAL2 Constants RESERVED_WORD_2
extern LITERAL2 extern LITERAL2 Constants RESERVED_WORD_2
class LITERAL2 RESERVED_WORD class LITERAL2 Constants RESERVED_WORD_2
reinterpret_cast LITERAL2 reinterpret_cast LITERAL2 Constants RESERVED_WORD_2
register LITERAL2 RESERVED_WORD register LITERAL2 Constants RESERVED_WORD_2
explicit LITERAL2 explicit LITERAL2 Constants RESERVED_WORD_2
inline LITERAL2 inline LITERAL2 Constants RESERVED_WORD_2
_Bool LITERAL2 _Bool LITERAL2 Constants RESERVED_WORD_2
complex LITERAL2 complex LITERAL2 Constants RESERVED_WORD_2
_Complex LITERAL2 _Complex LITERAL2 Constants RESERVED_WORD_2
_Imaginary LITERAL2 _Imaginary LITERAL2 Constants RESERVED_WORD_2
atomic_bool LITERAL2 atomic_bool LITERAL2 Constants RESERVED_WORD_2
atomic_char LITERAL2 atomic_char LITERAL2 Constants RESERVED_WORD_2
atomic_schar LITERAL2 atomic_schar LITERAL2 Constants RESERVED_WORD_2
atomic_uchar LITERAL2 atomic_uchar LITERAL2 Constants RESERVED_WORD_2
atomic_short LITERAL2 atomic_short LITERAL2 Constants RESERVED_WORD_2
atomic_ushort LITERAL2 atomic_ushort LITERAL2 Constants RESERVED_WORD_2
atomic_int LITERAL2 atomic_int LITERAL2 Constants RESERVED_WORD_2
atomic_uint LITERAL2 atomic_uint LITERAL2 Constants RESERVED_WORD_2
atomic_long LITERAL2 atomic_long LITERAL2 Constants RESERVED_WORD_2
atomic_ulong LITERAL2 atomic_ulong LITERAL2 Constants RESERVED_WORD_2
atomic_llong LITERAL2 atomic_llong LITERAL2 Constants RESERVED_WORD_2
atomic_ullong LITERAL2 atomic_ullong LITERAL2 Constants RESERVED_WORD_2
PROGMEM LITERAL2 virtual LITERAL2 Constants RESERVED_WORD_2
PROGMEM LITERAL2 Constants RESERVED_WORD_2
# KEYWORD2 specifies methods and functions # KEYWORD2 specifies methods and functions
@ -266,10 +267,10 @@ setup KEYWORD3 Setup RESERVED_WORD
loop KEYWORD3 Loop RESERVED_WORD loop KEYWORD3 Loop RESERVED_WORD
export KEYWORD3 RESERVED_WORD export KEYWORD3 RESERVED_WORD
not KEYWORD3 not KEYWORD3 If RESERVED_WORD
or KEYWORD3 or KEYWORD3 If RESERVED_WORD
and KEYWORD3 and KEYWORD3 If RESERVED_WORD
xor KEYWORD3 xor KEYWORD3 If RESERVED_WORD
# operators aren't highlighted, but may have documentation # operators aren't highlighted, but may have documentation