Closed tinvaan closed 5 years ago
That's an interesting thought, I've mostly seen the entire object + properties highlighted instead of just the properties:
Night Owl does color them differently though:
Not sure how I feel about that but am open to the idea.
Yeah I tend to use deep nested objects and at this stage it's almost an OCD where I'm expecting object properties to be colored differently.
I'd love to see this happen. I can attempt a fix for the same but it would be a hit and miss approach really.
I can attempt as well, I'd have to go look up the textmate markup anyways 😄
Thanks let me know if you have something up
@misolori What do you think of this ? The changes here are actually quite subtle, notice the following statements
client.connect()
command.text
& command.values
etc
Let me know your thoughts. Would love to hear some feedback!
Fixed via https://github.com/misolori/min-theme/pull/11 thanks to @tinvaan
The theme is great, but off late I've been wondering if it would be possible to support color highlighting for properties of (js) objects. See the image below
Wouldn't it be useful to have
bar
orbar.baz
colored differently ? Thoughts ?