spck-issues
spck-issues copied to clipboard
Syntax Highlights does not work right at all...

// Although on GitHub, it's showing Uppercase words as Orange but still class name has to be orange
class ThisHasToBeOrange extends Thistoo {
constructor(nor, propert) {
this.nor = "As you see nor is blue while on screenshot it is not...";
this.propert = 1;
}
}
function thisWorksWell(althoughThatWouldBeOk) {
console.log("Hello world!");
}
@spck-io, will this get fixed?
You can fix the issue with just replacing Purple to orange color when the letter starts with Uppercase or like you did on Dracula theme, which is also works on new Constructor().