branch: elpa/d-mode
commit 29589e61ca44a36b8f73e50cb456839f7daa8162
Author: Lukasz Wrzosek <[email protected]>
Commit: Lukasz Wrzosek <[email protected]>
Line after 'else' should not be a statment-cont
---
d-mode.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/d-mode.el b/d-mode.el
index 31e9326..fc838ed 100644
--- a/d-mode.el
+++ b/d-mode.el
@@ -240,8 +240,7 @@ operators."
(c-lang-defconst c-block-stmt-2-kwds
;; Statement keywords followed by a paren sexp and then by a substatement.
d '("for" "if" "switch" "while" "catch" "synchronized" "scope"
- "foreach" "foreach_reverse" "with" "unittest"
- "else static if" "else"))
+ "foreach" "foreach_reverse" "with" "unittest"))
(c-lang-defconst c-simple-stmt-kwds
;; Statement keywords followed by an expression or nothing.