issues
search
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
Improve syntax highlighting of inline assembler
#51
Closed
ojwb
closed
3 years ago
ojwb
commented
3 years ago
Assembler instructions need to be upper case
Recognise EQUB, etc
Move @common lower to unhide rules to highlight indexing and labels
Comments end at a
:
Labels can't contain $, but can end in a %
Special case @% as a valid label
See #33
:
See #33