branch: elpa/d-mode
commit 011d0cf259cffbd63613f51ec766ff31e142ebda
Merge: 27e7c62 9651a31
Author: Russel Winder <[email protected]>
Commit: Russel Winder <[email protected]>
Merge pull request #17 from nordlow/master
Fix first part of Issue #13
---
d-mode.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/d-mode.el b/d-mode.el
index a0983fc..587b616 100644
--- a/d-mode.el
+++ b/d-mode.el
@@ -290,7 +290,8 @@ operators."
(defcustom d-font-lock-extra-types nil
"*List of extra types (aside from the type keywords) to recognize in D mode.
- Each list item should be a regexp matching a single identifier.")
+ Each list item should be a regexp matching a single identifier."
+ :group 'd-mode)
(defconst d-font-lock-keywords-1 (c-lang-const c-matchers-1 d)
"Minimal highlighting for D mode.")