Blame


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