Skip to content

Commit c206dbc

Browse files
committed
extern is a modifier-keyword, not "other" keyword.
1 parent b448614 commit c206dbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ Currently handled:
12551255
csharp '("public" "partial" "private" "const" "abstract" "sealed"
12561256
"protected" "ref" "out" "static" "virtual"
12571257
"implicit" "explicit" "fixed"
1258-
"override" "params" "internal" "async"))
1258+
"override" "params" "internal" "async" "extern"))
12591259

12601260

12611261
;; Thu, 22 Apr 2010 23:02
@@ -1327,7 +1327,7 @@ This regexp is assumed to not match any non-operator identifier."
13271327
csharp '("namespace"))
13281328

13291329
(c-lang-defconst c-other-kwds
1330-
csharp '("sizeof" "typeof" "is" "as" "yield" "extern"
1330+
csharp '("sizeof" "typeof" "is" "as" "yield"
13311331
"where" "select" "in" "from" "let" "orderby" "ascending" "descending"
13321332
"await" "async"))
13331333

0 commit comments

Comments
 (0)