mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
Added missing conditionals in keywords.txt. Fixes #966
This commit is contained in:
parent
28e8eb41cc
commit
8f4c08af86
@ -222,6 +222,8 @@ export KEYWORD3 RESERVED_WORD
|
||||
= assign
|
||||
& BitwiseAnd
|
||||
| BitwiseAnd
|
||||
^ BitwiseAnd
|
||||
~ BitwiseXorNot
|
||||
,
|
||||
// Comments
|
||||
?:
|
||||
@ -230,14 +232,14 @@ export KEYWORD3 RESERVED_WORD
|
||||
/ Arithmetic
|
||||
/* Comments
|
||||
. dot
|
||||
==
|
||||
< greaterthan
|
||||
<= greaterthanorequalto
|
||||
== If
|
||||
< If
|
||||
<= If
|
||||
++ Increment
|
||||
!= inequality
|
||||
!= If
|
||||
<< Bitshift
|
||||
< lessthan
|
||||
<= lessthanorequalto
|
||||
> If
|
||||
>= If
|
||||
&& Boolean
|
||||
! Boolean
|
||||
|| Boolean
|
||||
|
Loading…
x
Reference in New Issue
Block a user