## Reproduction steps 1. Create a Scratch project with a set colour block. 2. Use sb2gs on the project. 3. Observe that sb2gs did not transpile the colour field. Input  Output ```gs globals myvariable; costumes "costume.svg"; onflag { setpencolor ; } ```