color brightyellow "[[:alpha:]][[:alnum:]_]*[[:blank:]]*\("
# Key Words
color lightgreen "\<(true|if_cs|if_eq|if_mi|if_vs|if_z|if_neg)\>"
color lightred "\<(false|if_cc|if_ne|if_pl|if_vc|if_nz|if_pos)\>"
color red "\<if(\>|_)"
color red "\<(sub|(inline[[:space:]]+)?asmsub|romsub|else|void|not|and|x?or|for|in|(down)?to|return|while|repeat|break|continue|step|goto|when|as|const|do|until|unroll)\>"
# Labels
color sky "^[[:alpha:]][[:alnum:]_]*:"
# Data Types
color crimson "\<(u?byte|u?word|str|bool|float)\>"