File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments