Just updated to 3103 before rolling back due to the changes in the js syntax highlighting. Just wondering if they were intentional, and perhaps how to change the back to how they were in 3083. Some screenshots for reference:
3083 (Before): http://i.imgur.com/OSJhaPx.png
3103 (After): http://i.imgur.com/JeFNaV0.png
The differences are fairly obvious but to point a few out:
-
$
losing red color - object name itself turning string color
- object key without quotes is colored yellow like string instead of white
-
.
between anobject
and itâs prop/value turning red instead of white - commas separating parameters turns white instead of orange
- console now blue
The last three I actually donât mind but the first 3 seem erroneous
Sorry if this has been addressed or Iâm missing something here