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).
7 a68-mode only supports the UPPER stropping style and not the QUOTE or
8 POINT style. Patch for those are welcome. At least in theory, it
9 could be possible with a clever usage of text properties and/or
10 overlays to implement the **strict** language and use a bold typeface
11 for the "reserved words".
14 ### Manual installation
16 Just put `a68-mode.el` somewhere in your `load-path` and require it.
17 Or visit the file with Emacs and `M-x package-install-file`.
20 ### Customization
22 The following variables are available for customization (see `M-x
23 customize-group a68 RET`)
25 * `a68-indent-level` (default 3): indentation offset
26 * `a68-comment-style` (default `"#"`): the default comment style used
27 by e.g. `comment-dwim`.