branch: elpa/d-mode
commit 5ef5f436d162dfdde1bf1a2ff38cb25a32bbe13b
Author: Russel Winder <[email protected]>
Commit: Russel Winder <[email protected]>
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