[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/a68-mode 021c559c7b 2/4: Add ~ to a68--keywords-regexp
From: |
ELPA Syncer |
Subject: |
[elpa] externals/a68-mode 021c559c7b 2/4: Add ~ to a68--keywords-regexp |
Date: |
Fri, 25 Apr 2025 06:57:37 -0400 (EDT) |
branch: externals/a68-mode
commit 021c559c7bd4f79ccbc0141e31d074d11044cdf7
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Commit: Jose E. Marchesi <jose.marchesi@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."