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

Don't capitalize keywords inside comments #9

Closed richardjdare closed 7 years ago

richardjdare commented 7 years ago

Blitz 2 doesn't, so we shouldn't either, I think.

richardjdare commented 7 years ago

I have an unsatisfactory fix. may have to replace the capitalization method with something line-based in the future.