branch: externals/csharp-mode
commit 1f11abf8fec4b4a1e7f0229c6e9a04ae31aed99e
Author: Jostein Kjønigsen <jost...@kjonigsen.net>
Commit: Jostein Kjønigsen <jost...@kjonigsen.net>
Add some more reserved keywords to the list.
Fixes https://github.com/josteink/csharp-mode/issues/13
---
csharp-mode.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/csharp-mode.el b/csharp-mode.el
index dcb79e0..a71d4bf 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -1586,7 +1586,8 @@ comment at the start of cc-engine.el for more info."
(c-lang-defconst c-other-kwds
csharp '("sizeof" "typeof" "is" "as" "yield" "extern"
- "where" "select" "in" "from"))
+ "where" "select" "in" "from" "let" "orderby" "ascending"
"descending"
+ "await" "async" "var"))
(c-lang-defconst c-overloadable-operators
;; EMCA-344, S14.2.1