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

dont tokenize foo.bitmap, but do tokenize DEFTYPE.w #18

Closed richardjdare closed 6 years ago

richardjdare commented 6 years ago

Currently we don't tokenize words that have a '.' in them (as my.bitmap wouldn't be tokenized in blitz), but this messes up DEFTYPE.w etc.

We could look ahead to see if the next char is a .w, .b etc. and act accordingly