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

    Use c-typeof-kwds
---
 csharp-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/csharp-mode.el b/csharp-mode.el
index 8ebc771..24b7d2f 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -85,7 +85,7 @@
   csharp nil)
 
 (c-lang-defconst c-typeof-kwds
-  c '("typeof" "is" "as"))
+  csharp '("typeof" "is" "as"))
 
 (c-lang-defconst c-type-modifier-prefix-kwds
   csharp '("volatile"))
@@ -126,7 +126,7 @@
 
 (c-lang-defconst c-other-kwds
   csharp '("select" "from" "where" "join" "in" "on" "equals" "into"
-           "orderby" "descending" "group" "nameof" "is"))
+           "orderby" "descending" "group" "nameof"))
 
 (c-lang-defconst c-colon-type-list-kwds
   csharp '("class" "struct" "interface"))

Reply via email to