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

    Add ~ to a68--keywords-regexp
---
 a68-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/a68-mode.el b/a68-mode.el
index 96311f150b..afee3ffa2c 100644
--- a/a68-mode.el
+++ b/a68-mode.el
@@ -435,7 +435,7 @@ with the equivalent upcased form."
 ;;;; SMIE lexer
 
 (defvar a68--keywords-regexp
-  (regexp-opt '("+" "*" ";" ">" "<" ":=" "=" "," ":")))
+  (regexp-opt '("+" "*" ";" ">" "<" ":=" "=" "," ":" "~")))
 
 (defun a68-at-enclosed-clause ()
   "Return whether the point is at the beginning of an enclosed clause."

Reply via email to