branch: elpa/d-mode
commit 1e3df1c4d882341ef19cd655d670d69e70d339b1
Author: Roy Crihfield <[email protected]>
Commit: Roy Crihfield <[email protected]>

    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