branch: externals/a68-mode commit 5638cbd285e79df8b16ef9b88711a1cd70bec370 Author: Jose E. Marchesi <jose.march...@oracle.com> Commit: Jose E. Marchesi <jose.march...@oracle.com>
remove README.md --- README.md | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) diff --git a/README.md b/README.md deleted file mode 100644 index 9f38c63f8a..0000000000 --- a/README.md +++ /dev/null @@ -1,46 +0,0 @@ -# a68-mode -- Algol68 major mode - -[First I wrote it in a68-mode.el and distributed a copy at - https://jemarch.net. - - Then at some point someone got a copy of a68-mode.el, renamed it to - algol-mode.el and distributed it in github. - - Then Omar Polo foked algol-mode.el, renaming it back to a68-mode.el - and distributing the result at https://git.omarpolo.com/a68-mode.git. - - Finally at some point I decided to ditch my original version and start - using Omar's version, which is better. This is that copy. - - jemarch ] - -This mode fully supports automatic indentation and font locking -(i.e. syntax highlighting) including the three comment styles. - -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 -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 RET`. - - -### Customization - -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. - - -### Known issues - -It doesn't handle well shebangs: `#!` is taken as the start of the -comment up to the next `#`.