branch: externals/csharp-mode
commit 37f2441c3d6513d261936b0a686e2d8598fe1a92
Author: Theodor Thornhill <t...@thornhill.no>
Commit: Theodor Thornhill <t...@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