mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-30 02:39:05 +08:00
impr(code csharp): add commonly used C# terms (@rammba) (#5916)
Hi, I'm glad to contribute to such a great project. Since I'm a C# developer, I've added some commonly used terms like `Func`, `Guid`, `IEnumerable`, `Task`, etc... Also, I've sorted C# words.
This commit is contained in:
parent
0ede4aee6c
commit
245c09bc0b
1 changed files with 45 additions and 33 deletions
|
|
@ -3,10 +3,19 @@
|
|||
"noLazyMode": true,
|
||||
"words": [
|
||||
"abstract",
|
||||
"Action",
|
||||
"add",
|
||||
"alias",
|
||||
"and",
|
||||
"Array",
|
||||
"as",
|
||||
"ascending",
|
||||
"async",
|
||||
"await",
|
||||
"base",
|
||||
"bool",
|
||||
"break",
|
||||
"by",
|
||||
"byte",
|
||||
"case",
|
||||
"catch",
|
||||
|
|
@ -18,12 +27,17 @@
|
|||
"decimal",
|
||||
"default",
|
||||
"delegate",
|
||||
"descending",
|
||||
"do",
|
||||
"double",
|
||||
"dynamic",
|
||||
"else",
|
||||
"enum",
|
||||
"equals",
|
||||
"event",
|
||||
"Exception",
|
||||
"explicit",
|
||||
"Expression",
|
||||
"extern",
|
||||
"false",
|
||||
"file",
|
||||
|
|
@ -32,7 +46,15 @@
|
|||
"float",
|
||||
"for",
|
||||
"foreach",
|
||||
"from",
|
||||
"Func",
|
||||
"get",
|
||||
"global",
|
||||
"goto",
|
||||
"group",
|
||||
"Guid",
|
||||
"ICollection",
|
||||
"IEnumerable",
|
||||
"if",
|
||||
"implicit",
|
||||
"in",
|
||||
|
|
@ -40,84 +62,74 @@
|
|||
"int",
|
||||
"interface",
|
||||
"internal",
|
||||
"into",
|
||||
"is",
|
||||
"join",
|
||||
"let",
|
||||
"List",
|
||||
"lock",
|
||||
"long",
|
||||
"nameof",
|
||||
"namespace",
|
||||
"new",
|
||||
"nint",
|
||||
"not",
|
||||
"notnull",
|
||||
"nuint",
|
||||
"null",
|
||||
"object",
|
||||
"on",
|
||||
"operator",
|
||||
"or",
|
||||
"orderby",
|
||||
"out",
|
||||
"override",
|
||||
"params",
|
||||
"partial",
|
||||
"private",
|
||||
"protected",
|
||||
"public",
|
||||
"readonly",
|
||||
"record",
|
||||
"ref",
|
||||
"remove",
|
||||
"required",
|
||||
"return",
|
||||
"scoped",
|
||||
"sbyte",
|
||||
"scoped",
|
||||
"sealed",
|
||||
"select",
|
||||
"set",
|
||||
"short",
|
||||
"sizeof",
|
||||
"Span",
|
||||
"stackalloc",
|
||||
"static",
|
||||
"string",
|
||||
"struct",
|
||||
"switch",
|
||||
"Task",
|
||||
"this",
|
||||
"throw",
|
||||
"true",
|
||||
"try",
|
||||
"Type",
|
||||
"typeof",
|
||||
"uint",
|
||||
"ulong",
|
||||
"unchecked",
|
||||
"unmanaged",
|
||||
"unsafe",
|
||||
"ushort",
|
||||
"using",
|
||||
"value",
|
||||
"var",
|
||||
"virtual",
|
||||
"void",
|
||||
"volatile",
|
||||
"while",
|
||||
"add",
|
||||
"and",
|
||||
"alias",
|
||||
"ascending",
|
||||
"async",
|
||||
"await",
|
||||
"by",
|
||||
"descending",
|
||||
"dynamic",
|
||||
"equals",
|
||||
"from",
|
||||
"get",
|
||||
"global",
|
||||
"group",
|
||||
"into",
|
||||
"join",
|
||||
"let",
|
||||
"nameof",
|
||||
"not",
|
||||
"notnull",
|
||||
"on",
|
||||
"or",
|
||||
"orderby",
|
||||
"partial",
|
||||
"record",
|
||||
"remove",
|
||||
"select",
|
||||
"set",
|
||||
"unmanaged",
|
||||
"value",
|
||||
"var",
|
||||
"when",
|
||||
"where",
|
||||
"while",
|
||||
"with",
|
||||
"yield"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue