Commits


improve README.md


simplify the a68-comment-style defcustom It doesn't really make sense to ask for both the initial and closing comment delimiter when they are always the same, just ask for one of o # o CO o COMMENT


kill unused lexical variable


make comment style customizable


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.)


ensure lexical-bindings are enabled


revert the CO ... CO comment style that's not the way to do it


enable comments with CO ... CO


disable { and } as comment delimiters algol68g doesn't seem to support them


remove (now) wrong comment


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


use a sparse keymap


add a68 group and replace defvar with defcustom


rename a68-indent-step -> -level


improve the commentary