Skip to content

Commit

Permalink
Fix #1532 (#1533)
Browse files Browse the repository at this point in the history
* Sort lines ascending

* Fix #1532
  • Loading branch information
tvardero committed Oct 23, 2022
1 parent db2e228 commit d6295c3
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions dictionaries/csharp/csharp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,19 @@ constraint
continue
decimal
default
define
delegate
descending
do
double
dynamic
elif
else
else
endif
endregion
enum
error
event
explicit
extern
Expand All @@ -43,6 +49,7 @@ global
goto
group
if
if
implicit
in
int
Expand All @@ -52,13 +59,17 @@ into
is
join
let
line
lock
long
method
modifier
nameof
namespace
new
nint
notnull
nuint
null
object
operator
Expand All @@ -67,12 +78,16 @@ out
override
params
partial
pragma
pragma checksum
pragma warning
private
protected
public
query
readonly
ref
region
remove
return
sbyte
Expand All @@ -95,6 +110,8 @@ typeof
uint
ulong
unchecked
undef
unmanaged
unsafe
ushort
using
Expand All @@ -103,20 +120,7 @@ var
virtual
void
volatile
warning
where
while
yield
if
else
elif
endif
define
undef
warning
error
line
region
endregion
pragma
pragma warning
pragma checksum

0 comments on commit d6295c3

Please sign in to comment.