Skip to content

Commit

Permalink
allow Labels property
Browse files Browse the repository at this point in the history
  • Loading branch information
karan-batavia committed Jan 24, 2024
1 parent c734507 commit 8ad13f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DotNetAstGen/SyntaxNodePropertiesResolver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ internal class SyntaxNodePropertiesResolver : DefaultContractResolver
"Condition", "Statement", "Statements", "Variables", "WhenNotNull", "AllowsAnyExpression", "Expressions",
"Modifiers", "ReturnType", "IsUnboundGenericName", "Default", "IsConst", "Parameters", "Types",
"ExplicitInterfaceSpecifier", "MetaData", "Kind", "AstRoot", "FileName", "Code", "Operand", "Block",
"Catches", "Finally", "Keyword", "Incrementors", "Sections", "Pattern"
"Catches", "Finally", "Keyword", "Incrementors", "Sections", "Pattern", "Labels"
});

private readonly List<string> _regexToAllow = new(new[]
Expand Down

0 comments on commit 8ad13f8

Please sign in to comment.