gooofy / aqb

A BASIC Compiler and IDE for Amiga Computers
MIT License
74 stars 7 forks source link

Indentation with remarks #53

Open blackborn66 opened 1 year ago

blackborn66 commented 1 year ago

If you use ' for remarks folding is still working, but indentation is broken in some cases I think, it should look like this:

SUB test ' test remark
    PRINT "test"    
END SUB