richardjdare / bb2-mode

Emacs major mode for Blitz Basic 2 (a basic compiler for the Amiga)
GNU General Public License v3.0
6 stars 0 forks source link

$ not highlighted correctly when used as a type postfix to blitz commands #21

Open richardjdare opened 3 years ago

richardjdare commented 3 years ago

$ is not being highlighted when being used on the end of blitz commands like this: Function$ Data$

it works ok with non-keyword text foo$ ="this works"

and is fine when the $ is a word constituent of commands: Inkey$ etc...