Skip to content

Commit

Permalink
classify constant properties (for #92469)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Mar 11, 2020
1 parent 0da9f3f commit 1472459
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -433,6 +433,7 @@ function registerDefaultClassifications(): void {


registerTokenStyleDefault('variable.readonly', [['variable.other.constant']]);
registerTokenStyleDefault('property.readonly', [['variable.other.constant.property']]);
}

export function getTokenClassificationRegistry(): ITokenClassificationRegistry {
Expand Down

0 comments on commit 1472459

Please sign in to comment.