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

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

[elpa] externals/csharp-mode d458586 316/459: Use c-typeof-kwds


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode d458586 316/459: Use c-typeof-kwds
Date: Sun, 22 Aug 2021 13:59:52 -0400 (EDT)

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

    Use c-typeof-kwds
---
 csharp-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/csharp-mode.el b/csharp-mode.el
index 8ebc771..24b7d2f 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -85,7 +85,7 @@
   csharp nil)
 
 (c-lang-defconst c-typeof-kwds
-  c '("typeof" "is" "as"))
+  csharp '("typeof" "is" "as"))
 
 (c-lang-defconst c-type-modifier-prefix-kwds
   csharp '("volatile"))
@@ -126,7 +126,7 @@
 
 (c-lang-defconst c-other-kwds
   csharp '("select" "from" "where" "join" "in" "on" "equals" "into"
-           "orderby" "descending" "group" "nameof" "is"))
+           "orderby" "descending" "group" "nameof"))
 
 (c-lang-defconst c-colon-type-list-kwds
   csharp '("class" "struct" "interface"))



reply via email to

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