Match simultaneous scopes when theming #10515
Unanswered
justinlovinger
asked this question in
General
Replies: 1 comment
-
This is also how many other text editors do it, like VSCode, sublime, TextMate etc. Seem like a logical request to me, as it enables a more granular and modular way to describe highlighting rules. One cool special use case of this is JSON syntax highlighting which changes color depending on the nestedness: https://github.com/chtenb/neo-ansi/blob/main/templates/neo-ansi.json.yaml |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example
would style raw as gray, unless it was in a quote block, in which case it would be white.
Beta Was this translation helpful? Give feedback.
All reactions