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

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

diff --git a/a68-mode.el b/a68-mode.el
index c8e0658102..0f07e41e4b 100644
--- a/a68-mode.el
+++ b/a68-mode.el
@@ -79,7 +79,7 @@
   (list
    (cons (rx word-start
              (or "DECS" "PROGRAM" "CONTEXT" "USE" "FINISH" "KEEP"
-                 "ALIEN"
+                 "ALIEN" "UNTIL"
                  "MODE" "OP" "PRIO" "PROC"
                  "OF" "AT" "IS" "ISNT" "EMPTY" "SKIP"
                  "PR" "PRAGMAT"

Reply via email to