chg: add SyntaxKind.ReadOnlyKeyword to ignored tokens set
pls
This commit is contained in:
parent
951ac24ae9
commit
b46fd065d3
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue