You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
Some augmented assignment operators are not highlighted properly (at all).
Steps to Reproduce
Operators &=, |=, ^=. >>=, <<= and := (though not technically an augmented operator) are not highlighted. Other common operators (such as +=) are highlighted correctly.
Expected behavior:
All augmented assignment operators to be highlighted.
Prerequisites
Description
Some augmented assignment operators are not highlighted properly (at all).
Steps to Reproduce
&=,|=,^=.>>=,<<=and:=(though not technically an augmented operator) are not highlighted. Other common operators (such as+=) are highlighted correctly.Expected behavior:
All augmented assignment operators to be highlighted.
Actual behavior:
Some operators are not highlighted.
Reproduces how often:
100% of the time (with my testing)
Versions
atom --version:
apm --version:
Additional Information
Screenshot in safe mode:
