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

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

[nongnu] elpa/d-mode 1e3df1c 015/346: Added 'debug' to `c-paren-nontype-


From: ELPA Syncer
Subject: [nongnu] elpa/d-mode 1e3df1c 015/346: Added 'debug' to `c-paren-nontype-kwds'
Date: Sun, 29 Aug 2021 10:59:56 -0400 (EDT)

branch: elpa/d-mode
commit 1e3df1c4d882341ef19cd655d670d69e70d339b1
Author: Roy Crihfield <rscrihf@gmail.com>
Commit: Roy Crihfield <rscrihf@gmail.com>

    Added 'debug' to `c-paren-nontype-kwds'
---
 d-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/d-mode.el b/d-mode.el
index 11ae816..05646a1 100644
--- a/d-mode.el
+++ b/d-mode.el
@@ -219,7 +219,7 @@ operators."
 (c-lang-defconst c-paren-nontype-kwds
   ;;Keywords that may be followed by a parenthesis expression that doesn't
   ;; contain type identifiers.
-  d '("version" "extern" "macro" "mixin"))
+  d '("version" "debug" "extern" "macro" "mixin"))
 
 (c-lang-defconst c-paren-type-kwds
   ;; Keywords that may be followed by a parenthesis expression containing



reply via email to

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