[A68-MODE][COMMITTED] a68--oper-regexp: add *:= and /:= to list of standard operators

Jose E. Marchesi jemarch@gnu.org
Sat Jun 13 20:12:01 GMT 2026


---
 a68-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/a68-mode.el b/a68-mode.el
index 56bcec7..4ec41a5 100644
--- a/a68-mode.el
+++ b/a68-mode.el
@@ -847,7 +847,7 @@ with the equivalent upcased form."
 
 (defvar a68--oper-regexp
   (concat "\\("
-          "=\\|/=\\|>\\|<\\|<=\\|>=\\|>\\|\\*\\*?\\|/"
+          "=\\|/=\\|>\\|<\\|<=\\|>=\\|>\\|\\*\\*?\\|/\\|\\*:=\\|/:="
           "\\|"
           (concat "\\(?:"
                   (regexp-opt a68--monads)
-- 
2.39.5



More information about the Algol68 mailing list