chg: add SyntaxKind.ReadOnlyKeyword to ignored tokens set

pls
This commit is contained in:
Ricardo Novak 2023-07-21 18:32:30 +01:00
parent 951ac24ae9
commit b46fd065d3

View file

@ -13,6 +13,7 @@ namespace ChessChallenge.Application
SyntaxKind.PublicKeyword,
SyntaxKind.SemicolonToken,
SyntaxKind.CommaToken,
SyntaxKind.ReadOnlyKeyword,
// only count open brace since I want to count the pair as a single token
SyntaxKind.CloseBraceToken,
SyntaxKind.CloseBracketToken,