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

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

[elpa] externals/csharp-mode 82bcec9 329/459: Add missing LinQ keywords


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 82bcec9 329/459: Add missing LinQ keywords
Date: Sun, 22 Aug 2021 13:59:54 -0400 (EDT)

branch: externals/csharp-mode
commit 82bcec959491387a3cb7db8841dd3badedd8cf30
Author: Theodor Thornhill <theodor.thornhill@frende.no>
Commit: Theodor Thornhill <theodor.thornhill@frende.no>

    Add missing LinQ keywords
---
 csharp-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/csharp-mode.el b/csharp-mode.el
index a9ac06b..fcee0bf 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -146,7 +146,8 @@
 
 (c-lang-defconst c-other-kwds
   csharp '("select" "from" "where" "join" "in" "on" "equals" "into"
-           "orderby" "descending" "group" "nameof" "when"))
+           "orderby" "ascending" "descending" "group" "nameof" "when"
+           "let" "by"))
 
 (c-lang-defconst c-colon-type-list-kwds
   csharp '("class" "struct" "interface"))



reply via email to

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