branch: externals/csharp-mode commit 82bcec959491387a3cb7db8841dd3badedd8cf30 Author: Theodor Thornhill <theodor.thornh...@frende.no> Commit: Theodor Thornhill <theodor.thornh...@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"))