emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/csharp-mode c206dbc 191/459: extern is a modifier-keywo


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode c206dbc 191/459: extern is a modifier-keyword, not "other" keyword.
Date: Sun, 22 Aug 2021 13:59:24 -0400 (EDT)

branch: externals/csharp-mode
commit c206dbcacfd917d1338f46ab260e9a77a21a0adb
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: Jostein Kjønigsen <jostein@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

[Prev in Thread] Current Thread [Next in Thread]