branch: externals/csharp-mode commit 0e333c38985fa4db927ac887c8de0579bfe55461 Author: jesse_black <jesse.w.bl...@gmail.com> Commit: jesse_black <jesse.w.bl...@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.