mattgodbolt / owlet-editor

A modern BBC BASIC editor inspired by the BBC Micro Bot (https://bbcmicrobot.com)
https://bbcmic.ro
54 stars 4 forks source link

Fix more cases of *-command highlighting #116

Open ojwb opened 1 week ago

ojwb commented 1 week ago

Handle abbreviated THEN and ELSE.

Handle *-command after ON ERROR.

Syntax highlight all tokenised keywords, not just ones we have special handling for.

Test tokenised versions.

See #112