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

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

[elpa] externals/csharp-mode a753601 308/459: Add delegate to keywords


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode a753601 308/459: Add delegate to keywords
Date: Sun, 22 Aug 2021 13:59:50 -0400 (EDT)

branch: externals/csharp-mode
commit a753601ab4bbeb2eafcb98958a0a960371f8b161
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Theodor Thornhill <theo@thornhill.no>

    Add delegate to keywords
---
 csharp-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csharp-mode.el b/csharp-mode.el
index e2cbcd2..a640ee9 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -122,7 +122,7 @@
           "public" "partial" "internal" "readonly" "static" "event" "transient"
           "volatile" "sealed" "ref" "out" "virtual" "implicit" "explicit"
           "fixed" "override" "params" "async" "await" "extern" "unsafe"
-           "get" "set" "this" "const"))
+           "get" "set" "this" "const" "delegate"))
 
 (c-lang-defconst c-other-decl-kwds
   csharp '("using"))



reply via email to

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