emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/d-mode 09b2aa8 034/346: support interface inheritance


From: ELPA Syncer
Subject: [nongnu] elpa/d-mode 09b2aa8 034/346: support interface inheritance
Date: Sun, 29 Aug 2021 10:59:59 -0400 (EDT)

branch: elpa/d-mode
commit 09b2aa8c225eef59fc6a37c202d4d1cdda25f4ca
Author: finalpatch <fengli@gmail.com>
Commit: finalpatch <fengli@gmail.com>

    support interface inheritance
---
 d-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/d-mode.el b/d-mode.el
index 5acf128..f0f9675 100644
--- a/d-mode.el
+++ b/d-mode.el
@@ -223,7 +223,7 @@ operators."
 (c-lang-defconst c-colon-type-list-kwds
   ;; Keywords that may be followed (not necessarily directly) by a colon
   ;; and then a comma separated list of type identifiers.
-  d  '("class" "enum"))
+  d  '("class" "enum" "interface"))
 
 (c-lang-defconst c-paren-nontype-kwds
   ;;Keywords that may be followed by a parenthesis expression that doesn't



reply via email to

[Prev in Thread] Current Thread [Next in Thread]