You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.
In the TypeScript TextMate grammar, object literals get the scope meta.object-literal.key.ts and class interface properties get variable.object.property.
const x = { prop1: 1 }
interface X { prop2: 1 }
Semantic token don't distinguish between the two.
Some themes use the different scopes to colorize differently what causes in less colors when enabling semantic highlighting.
We could add a subtype 'objectProperty` to enable specific themeing.
The text was updated successfully, but these errors were encountered:
aeschli
changed the title
Distiguish betwwen object literal properies and other properties
Distiguish between object literal and other properties
Apr 27, 2020
aeschli
changed the title
Distiguish between object literal and other properties
Distinguish between object literal and other properties
Apr 29, 2020
aeschli
changed the title
Distinguish between object literal and other properties
distinguish between object literal and other properties
Apr 29, 2020
In the TypeScript TextMate grammar, object literals get the scope
meta.object-literal.key.ts
and class interface properties getvariable.object.property
.Semantic token don't distinguish between the two.
Some themes use the different scopes to colorize differently what causes in less colors when enabling semantic highlighting.
We could add a subtype 'objectProperty` to enable specific themeing.
The text was updated successfully, but these errors were encountered: