Blob


1 # a68-mode -- Algol68 major mode
3 This is an improved and modernised version of the Algol68 mode by Jose
4 E. Marchesi. It fully supports automatic indentation and font locking
5 (i.e. syntax highlighting -- comments included).
8 ### Manual installation
10 Just put `a68-mode.el` somewhere in your `load-path` and require it.
11 Or visit the file with Emacs and `M-x package-install-file`.
14 ### Customization
16 The following variables are available for customization (see `M-x
17 customize-group a68 RET`)
19 * `a68-indent-level` (default 3): indentation offset
20 * `a68-comment-style` (default `"#"`): the default comment style used
21 by e.g. `comment-dwim`.