Skip to content

Commit

Permalink
Allow "Keyword" Property
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Jan 18, 2024
1 parent 16bf909 commit 56e4f81
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"
"Catches", "Finally", "Keyword"
});

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

0 comments on commit 56e4f81

Please sign in to comment.