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

    Add keyword UNSAFE
---
 a68-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/a68-mode.el b/a68-mode.el
index be4b37494e..fdc27af8ce 100644
--- a/a68-mode.el
+++ b/a68-mode.el
@@ -93,7 +93,8 @@
       "DIV" "OVER" "MOD" "ELEM" "SHL" "SHR" "OVERAB" "DIVAB" "MODAB"
       "UP" "DOWN"
       "NIL" "TRUE" "FALSE"
-      "MODULE" "DEF" "FED" "POSTLUDE" "ACCESS" "PUB")
+      "MODULE" "DEF" "FED" "POSTLUDE" "ACCESS" "PUB"
+      "UNSAFE")
     "List of Algol 68 keywords."))
 
 (defconst a68-font-lock-keywords

Reply via email to