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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
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:
The text was updated successfully, but these errors were encountered: