gooofy / aqb

A BASIC Compiler and IDE for Amiga Computers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indentation with remarks

blackborn66 opened this issue · comments

commented

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