crayon-syntax-highlighter/langs/default/operator.txt

47 lines
207 B
Plaintext

# Grouped operators
=&
<<<
>>>
<<
>>
<<=
=>>
!==
!=
^=
*=
&=
%=
|=
/=
+=
-=
===
==
<>
->
<=
>=
++
--
&&
||
::
# Single operators
\#
+
-
*
/
%
=
&
|
^
~
!
<
>
: