Commit Briefs

Omar Polo

correctly highlight comments

Algol68 support three styles of comments: 1) COMMENT ... COMMENT 2) CO ... CO 3) # ... # These can't be nested, although you can have things like COMMENT CO ... CO COMMENT as a whole comment because from `COMMENT' up to the next closer `COMMENT' is a single comment (duh.)



Omar Polo

revert the CO ... CO comment style

that's not the way to do it


Omar Polo

enable comments with CO ... CO


Omar Polo

disable { and } as comment delimiters

algol68g doesn't seem to support them


Omar Polo

remove (now) wrong comment


Omar Polo

kill a68-electric-tab

the default TAB function `indent-for-tab-comment' already does the right thing (r) and also handles regions.


Omar Polo

use a sparse keymap



Omar Polo

rename a68-indent-step -> -level


Omar Polo

improve the commentary



Omar Polo

fix naming after rename