hedyorg / hedy

Hedy is a gradual programming language to teach children programming. Gradual languages use different language levels, where each level adds new concepts and syntactic complexity. At the end of the Hedy level sequence, kids master a subset of syntactically valid Python.
https://www.hedy.org
European Union Public License 1.2
1.29k stars 284 forks source link

Boolean for syntax highlighting #338

Closed Felienne closed 3 years ago

Felienne commented 3 years ago

Master now has syntax highlighting for levels 1 to , which is great! But it will be confusing to kids that the suddenly disappears. Can we add a boolean with which we can turn it on and off, so we can release it all at once?

@omedtjeee tried to make this, but was not successful yet, maybe you can do this @fpereiro? Is lives somewhere in the js so that's not really my strong suit :-)

fpereiro commented 3 years ago

Closed by https://github.com/Felienne/hedy/pull/339