Static local variable colorization #10284
Unanswered
AlexanderNarbekov
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I don't know. @Colengms might know. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to colorize a function's variable that has the "local" modifier but also the "static" storage modifier? ( i mean tokenColorCustomizationse's stuff)
Unfortunately that variable has only one modifier (i understand because "static" refers to the keyword, not a variable) and I don't know how to customize a scope for my purpose.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions