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

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

[elpa] externals/csharp-mode 37f2441 313/459: Add 'nameof' and 'is' to '


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 37f2441 313/459: Add 'nameof' and 'is' to 'other kwds'
Date: Sun, 22 Aug 2021 13:59:51 -0400 (EDT)

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

    Add 'nameof' and 'is' to 'other kwds'
---
 csharp-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csharp-mode.el b/csharp-mode.el
index 3a106f7..f9c3c08 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -126,7 +126,7 @@
 
 (c-lang-defconst c-other-kwds
   csharp '("select" "from" "where" "join" "in" "on" "equals" "into"
-           "orderby" "descending" "group"))
+           "orderby" "descending" "group" "nameof" "is"))
 
 (c-lang-defconst c-colon-type-list-kwds
   csharp '("class" "struct" "interface"))



reply via email to

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