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

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

[elpa] externals/csharp-mode e79d694 299/459: Add standard query operato


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode e79d694 299/459: Add standard query operators kwds
Date: Sun, 22 Aug 2021 13:59:48 -0400 (EDT)

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

    Add standard query operators kwds
---
 csharp-mode.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/csharp-mode.el b/csharp-mode.el
index 1f0c010..2cd938a 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -126,6 +126,10 @@
 (c-lang-defconst c-type-list-kwds
   csharp '("using"))
 
+(c-lang-defconst c-other-kwds
+  csharp '("select" "from" "where" "join" "in" "on" "equals" "into"
+           "orderby" "descending" "group"))
+
 (c-lang-defconst c-colon-type-list-kwds
   csharp '("class" "struct" "interface"))
 



reply via email to

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