branch: externals/csharp-mode commit 8ccafbcd49da67a0c29b71457af5f1604fc6cb9e Author: jesse_black <jesse.w.bl...@gmail.com> Commit: jesse_black <jesse.w.bl...@gmail.com>
remove unused rule and documentation --- csharp-mode.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/csharp-mode.el b/csharp-mode.el index 5183639..a0c867d 100644 --- a/csharp-mode.el +++ b/csharp-mode.el @@ -1282,11 +1282,9 @@ a square parentasis block [ ... ]." csharp '("struct" "class" "interface" "is" "as" "delegate" "event" "set" "get" "add" "remove")) - -;; This allows the classes after the : in the class declartion to be -;; fontified. +;; Handle typeless variable declaration (c-lang-defconst c-typeless-decl-kwds - csharp '(":" "var")) + csharp '("var")) ;; Sets up the enum to handle the list properly, and also the new ;; keyword to handle object initializers. This requires a modified