commit 9c9e298496197fff1f78a36ba92e48bf4a1163b8 from: Omar Polo date: Sun Nov 07 21:24:26 2021 UTC specify which stropping styles are available (spoiler: UPPER only) commit - d368846bbc86a639cd819b7c36421e333fd32dda commit + 9c9e298496197fff1f78a36ba92e48bf4a1163b8 blob - e378bbb5b390628ea016201a66acb9eff62c171a blob + 2357e35cfab4f1c1a23846e3e2c236240819d2c9 --- README.md +++ README.md @@ -4,7 +4,13 @@ This is an improved and modernised version of the Algo E. Marchesi. It fully supports automatic indentation and font locking (i.e. syntax highlighting -- comments included). +a68-mode only supports 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.