Replies: 1 comment 1 reply
-
Something like "editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": [
"storage.modifier.c"
],
"settings": {
"foreground": "#080"
}
}
]
} |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I've coloured most C tokens using a mix of editor.tokenColorCustomizations and editor.semanticTokenColorCustomizations, but i'm unable to find one for the keyword 'extern'.
Is there one?
Beta Was this translation helpful? Give feedback.
All reactions