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

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

[nongnu] elpa/d-mode 5ef5f43 027/346: Re-add the removed __vector from t


From: ELPA Syncer
Subject: [nongnu] elpa/d-mode 5ef5f43 027/346: Re-add the removed __vector from the keyword lists. cf. 0268bde7ca6f188950486a8b55e380128223506d.
Date: Sun, 29 Aug 2021 10:59:58 -0400 (EDT)

branch: elpa/d-mode
commit 5ef5f436d162dfdde1bf1a2ff38cb25a32bbe13b
Author: Russel Winder <russel@winder.org.uk>
Commit: Russel Winder <russel@winder.org.uk>

    Re-add the removed __vector from the keyword lists. cf. 
0268bde7ca6f188950486a8b55e380128223506d.
---
 d-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/d-mode.el b/d-mode.el
index dba2dde..f629df2 100644
--- a/d-mode.el
+++ b/d-mode.el
@@ -157,7 +157,7 @@ operators."
   d '("__gshared" "abstract" "const" "deprecated" "extern"
       "final" "in" "out" "inout" "lazy" "mixin" "override" "private"
       "protected" "public" "ref" "scope" "shared" "static" "synchronized"
-      "volatile"))
+      "volatile" "__vector"))
 
 (c-lang-defconst c-class-decl-kwds
   ;; Keywords introducing declarations where the following block (if any)
@@ -169,7 +169,7 @@ operators."
 
 (c-lang-defconst c-type-modifier-kwds
   d '("__gshared" "const" "inout" "lazy" "shared" "volatile"
-      "invariant" "enum"))
+      "invariant" "enum" "__vector"))
 
 (c-lang-defconst c-type-prefix-kwds
   ;; Keywords where the following name - if any - is a type name, and



reply via email to

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