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

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

[elpa] externals/csharp-mode 8ccafbc 092/459: remove unused rule and doc


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 8ccafbc 092/459: remove unused rule and documentation
Date: Sun, 22 Aug 2021 13:59:03 -0400 (EDT)

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



reply via email to

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