Discovery of highlight scopes for themes #14179
Unanswered
blueberrycarrot
asked this question in
Q&A
Replies: 2 comments
-
It's not easy to sort out, but if interested Helix scm are just https://tree-sitter.github.io/tree-sitter/3-syntax-highlighting.html |
Beta Was this translation helpful? Give feedback.
0 replies
-
The capture names like |
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.
-
Trying to figure out what theme scopes affect what parts of Nushell grammar. I found this: https://github.com/helix-editor/helix/blob/25.07.1/runtime/queries/nu/highlights.scm#L211 and assumed
@punctuation.delimiter
means this is the config key I have to use in.config/helix/themes/
. But setting"punctuation.delimiter"
to a color doesn't change any--
in the editor buffer.What's an easy way to map grammar to theme scopes then?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions