atom / one-dark-syntax

Atom One dark syntax theme
MIT License
448 stars 236 forks source link

Highlight JSON indent levels #113

Closed simurai closed 6 years ago

simurai commented 6 years ago

Description of the Change

This PR highlights keys in JSON depending on the indent level. Note: This only works if indent guides are enabled.

Before After
screen shot 2018-08-23 at 7 49 26 pm screen shot 2018-08-23 at 7 48 35 pm

Here all the levels, goes up to 6:

screen shot 2018-08-23 at 7 52 11 pm

Alternate Designs

None

Benefits

Easier to see

Possible Drawbacks

For some it might be too colorful and harder to see what is a key and what a value.

Applicable Issues

Closes #76