Fix comparison and add logical not and assignment operators
this is a patch for several highlighting fixes. thanks to @scrupeus
- Put <= and >= comparison operators before < and >, respectively, to fix highlighting
- Add logical not operator ~
- Add assignment operator =