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

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

[elpa] externals/csharp-mode 0e333c3 090/459: fontify else


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 0e333c3 090/459: fontify else
Date: Sun, 22 Aug 2021 13:59:03 -0400 (EDT)

branch: externals/csharp-mode
commit 0e333c38985fa4db927ac887c8de0579bfe55461
Author: jesse_black <jesse.w.black@gmail.com>
Commit: jesse_black <jesse.w.black@gmail.com>

    fontify else
---
 csharp-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csharp-mode.el b/csharp-mode.el
index 08b7bd9..7db4db3 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -1299,7 +1299,7 @@ a square parentasis block [ ... ]."
 ;; Statement keywords followed directly by a substatement.
 ;; catch is not one of them, because catch has a paren (typically).
 (c-lang-defconst c-block-stmt-1-kwds
-  csharp '("do" "try" "finally" "unsafe"))
+  csharp '("do" "else" "try" "finally" "unsafe"))
 
 
 ;; Statement keywords followed by a paren sexp and then by a substatement.



reply via email to

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