branch: elpa/d-mode
commit 5fdba4ea9f98a4ef1f25578d68b8f315cc812c98
Author: Vladimir Panteleev <[email protected]>
Commit: Vladimir Panteleev <[email protected]>

    Add pragma keyword
---
 d-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/d-mode.el b/d-mode.el
index e8baef1..064d76c 100644
--- a/d-mode.el
+++ b/d-mode.el
@@ -7,7 +7,7 @@
 ;; Maintainer:  Russel Winder <[email protected]>
 ;;              Vladimir Panteleev <[email protected]>
 ;; Created:  March 2007
-;; Version:  201909051329
+;; Version:  201909051350
 ;; Keywords:  D programming language emacs cc-mode
 ;; Package-Requires: ((emacs "24.3"))
 
@@ -320,7 +320,7 @@ The expression is added to `compilation-error-regexp-alist' 
and
 (c-lang-defconst c-paren-nontype-kwds
   ;;Keywords that may be followed by a parenthesis expression that doesn't
   ;; contain type identifiers.
-  d '("version" "debug" "extern" "macro" "mixin"))
+  d '("version" "debug" "extern" "macro" "mixin" "pragma"))
 
 (c-lang-defconst c-paren-type-kwds
   ;; Keywords that may be followed by a parenthesis expression containing

Reply via email to