commit 6c694b4198f401e793237afa8578af6f4631f66d from: Omar Polo date: Mon Nov 08 08:27:52 2021 UTC tweaks to the readme commit - 9c9e298496197fff1f78a36ba92e48bf4a1163b8 commit + 6c694b4198f401e793237afa8578af6f4631f66d blob - 2357e35cfab4f1c1a23846e3e2c236240819d2c9 blob + 0bf8d4ef537edc30333e36f15481717a8e080138 --- README.md +++ README.md @@ -2,9 +2,9 @@ This is an improved and modernised version of the Algol68 mode by Jose E. Marchesi. It fully supports automatic indentation and font locking -(i.e. syntax highlighting -- comments included). +(i.e. syntax highlighting) including the three comment styles. -a68-mode only supports the UPPER stropping style and not the QUOTE or +a68-mode supports only the UPPER stropping style and not the QUOTE or POINT style. Patch for those are welcome. At least in theory, it could be possible with a clever usage of text properties and/or overlays to implement the **strict** language and use a bold typeface @@ -14,14 +14,15 @@ for the "reserved words". ### Manual installation Just put `a68-mode.el` somewhere in your `load-path` and require it. -Or visit the file with Emacs and `M-x package-install-file`. +Or visit the file with Emacs and `M-x package-install-file RET`. ### Customization -The following variables are available for customization (see `M-x -customize-group a68 RET`) +The following variables are available for customization: * `a68-indent-level` (default 3): indentation offset * `a68-comment-style` (default `"#"`): the default comment style used by e.g. `comment-dwim`. + +see `M-x customize-group a68 RET` for more info.