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 was archived by the owner on Dec 15, 2022. It is now read-only.
if a key starts with "constructor", only "constructor" will be highlighted as different color, also screw up highlighting for other keys in the object
Using the Base16 Tomorrow Dark theme (bug is independent of theme)
a={constructorExtension: {// result will be <blue>constructor</blue>Extensionkeys: {},// keys will be white'morekeys': {},// 'morekeys' will be white when it is usually greensomeFn: function(){},// someFn is usually blue, but is now white'otherFn': function(){},// the quotes are supposed to be green and otherFn blue, but is all white},};
compare against
b={construXXXXctorExtension: {// bug do not occur if construXXXXctorkeys: {},'morekeys': {},someFn: function(){},'otherFn': function(){},},};
The text was updated successfully, but these errors were encountered:
currently at version 1.9.1
if a key starts with "constructor", only "constructor" will be highlighted as different color, also screw up highlighting for other keys in the object
Using the Base16 Tomorrow Dark theme (bug is independent of theme)
compare against
The text was updated successfully, but these errors were encountered: