Skip to content

Commit

Permalink
! Renamed the classification name of declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
wmjordan committed May 24, 2020
1 parent 8a0690b commit 0d93947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Codist/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public static class EditorFormatKeys
public const string CSharpResourceKeyword = "C#: Resource keyword";
public const string CSharpAliasNamespaceName = "C#: Alias namespace";
public const string CSharpConstructorMethodName = "C#: Constructor method";
public const string CSharpDeclarationName = "C#: Type declaration";
public const string CSharpDeclarationName = "C#: Declaration";
public const string CSharpMemberDeclarationName = "C#: Member declaration";
public const string CSharpLocalDeclarationName = "C#: Local declaration";
public const string CSharpTypeParameterName = "C#: Type parameter";
Expand Down

0 comments on commit 0d93947

Please sign in to comment.