microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 235 forks source link

Syntax highlighting for object properties #632

Closed evenfrost closed 6 years ago

evenfrost commented 6 years ago

Would be great if we had syntax highlighting for object properties. Right now it looks like this: object And this is how babel-sublime handles this: object-2 Quoted properties here are just as an example of what it looks like to be a proper syntax highlighting for such case.

DanielRosenwasser commented 6 years ago

This issue was moved to Microsoft/TypeScript-TmLanguage#547