branch: externals/csharp-mode
commit c206dbcacfd917d1338f46ab260e9a77a21a0adb
Author: Jostein Kjønigsen <jost...@kjonigsen.net>
Commit: Jostein Kjønigsen <jost...@kjonigsen.net>

    extern is a modifier-keyword, not "other" keyword.
---
 csharp-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/csharp-mode.el b/csharp-mode.el
index b78ea28..dc169c2 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -1255,7 +1255,7 @@ Currently handled:
   csharp '("public" "partial" "private" "const" "abstract" "sealed"
            "protected" "ref" "out" "static" "virtual"
            "implicit" "explicit" "fixed"
-           "override" "params" "internal" "async"))
+           "override" "params" "internal" "async" "extern"))
 
 
 ;; Thu, 22 Apr 2010  23:02
@@ -1327,7 +1327,7 @@ This regexp is assumed to not match any non-operator 
identifier."
   csharp '("namespace"))
 
 (c-lang-defconst c-other-kwds
-  csharp '("sizeof" "typeof" "is" "as" "yield" "extern"
+  csharp '("sizeof" "typeof" "is" "as" "yield"
            "where" "select" "in" "from" "let" "orderby" "ascending" 
"descending"
            "await" "async"))
 

Reply via email to