Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(syntax): Object properties use
text
now
Types in TypeScript had their properties use `yellow` before; This also fixes another problem with string interpolation colors like ```js const foo = { bar: "World" }; return ( <p> {`Hello ${foo.bar}`} <p> ) ```
- Loading branch information