branch: externals/a68-mode commit 9c9e298496197fff1f78a36ba92e48bf4a1163b8 Author: Omar Polo <o...@omarpolo.com> Commit: Omar Polo <o...@omarpolo.com>
specify which stropping styles are available (spoiler: UPPER only) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e378bbb5b3..2357e35cfa 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ 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). +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