Syntax highlighting not always accurate
function pageSpooler() {
var spoolFrom;
if (paper.status.rearTrayOpen) {
return "rearTray"
}
if (printer.cartridgeReady) {
return "cartridge"
}
}
In gitter the last } doesn't match the opening { Also variables don't seem to get highlighted.