branch: externals/a68-mode commit 9ac7625addef2dd1227f7d06d07ca5a0455ef0ed Author: Jose E. Marchesi <jose.march...@oracle.com> Commit: Jose E. Marchesi <jose.march...@oracle.com>
Add THEF, ANDF, ANTH, ELSF, ORF and OREL keywords --- a68-mode.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/a68-mode.el b/a68-mode.el index e829b1bc12..67e5f7702b 100644 --- a/a68-mode.el +++ b/a68-mode.el @@ -1,6 +1,6 @@ ;;; a68-mode.el --- Major mode for editing Algol 68 code -*- lexical-binding: t; -*- -;; Copyright (C) 2011 Jose E. Marchesi +;; Copyright (C) 2011, 2024 Jose E. Marchesi ;; Copyright (C) 2021 Omar Polo <o...@omarpolo.com> ;; Author: Jose E. Marchesi @@ -89,6 +89,8 @@ "PAR" "BEGIN" "END" "GOTO" "EXIT" "LWB" "UPB" "NOT" "ABS" "BIN" "REPR" "LENG" "SHORTEN" "ODD" "SIGN" "ROUND" "ENTIER" "AND" "OR" + "THEF" "ANDF" "ANDTH" + "ELSF" "ORF" "OREL" "DIV" "OVER" "MOD" "ELEM" "SHL" "SHR" "OVERAB" "DIVAB" "MODAB" "REF") word-end)