branch: externals/a68-mode
commit cf63532da2412c79c46968dac85b8e06fd5bcac1
Author: Jose E. Marchesi <jose.march...@oracle.com>
Commit: Jose E. Marchesi <jose.march...@oracle.com>

    Add RE and IM keywords
---
 a68-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/a68-mode.el b/a68-mode.el
index fb1968416b..a62f6eb197 100644
--- a/a68-mode.el
+++ b/a68-mode.el
@@ -78,7 +78,7 @@
 
 (defconst a68-keywords
   '("DECS" "PROGRAM" "CONTEXT" "USE" "FINISH" "KEEP"
-    "ALIEN" "UNTIL"
+    "ALIEN" "UNTIL" "RE" "IM"
     "MODE" "OP" "PRIO" "PROC"
     "OF" "AT" "IS" "ISNT" "EMPTY" "SKIP"
     "PR" "PRAGMAT" "STRUCT" "UNION"

Reply via email to